Which of the following statements returns order smaller than the largest order f
ID: 3576224 • Letter: W
Question
Which of the following statements returns order smaller than the largest order for Customer 1199? SELECT CustomerName, OrderNumber, OrderTotal FROM Customers JOIN Orders ON Customers.CustomerlD = Orders.CustomerlD WHERE OrderTotal > ANY (SELECT OrderTotal FROM Orders WHERE CustomerlD = 1199) SELECT CustomerName, OrderNumber, OrderTotal FROM Customers JOIN Orders ON Customers.CustomerlD = Orders.CustomerlD WHERE OrderTotal > NONE (SELECT OrderTotal FROM Orders WHERE CustomerlD = 1199) SELECT CustomerName, OrderNumber, OrderTotal FROM Customers JOIN Orders ON Customers.CustomerlD = Orders.CustomerlD WHERE OrderTotalExplanation / Answer
Answer :
Which of the following statements returns orders smaller than the largest order for customer 1199
Answer :
D
SELECT CustomerName,OrderNumber,OrderTotal From Customers JOIN ORDERS ON Customers.CustomerID=Orders.CustomerID
WHERE Orderotal < ALL (SELECT OrderTotal FROM Orders WHERE CustomerID=1199)
..............
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.