Which of the following statements returns orders smaller than the largest order
ID: 3576223 • Letter: W
Question
Which of the following statements returns orders smaller than the largest order for Customer 1199? SELECT CustomerName, OrderNumber, OrderTotal FROM Customers JOIN Orders ON Customers.CustomerID = Orders.CustomerID WHERE OrderTotal > ANY (SELECT OrderTotal FROM Orders WHERE CustomerID = 1199) SELECT CustomerName, OrderNumber, OrderTotal FROM Customers JOIN Orders ON Customers.CustomerID = Orders.CustomerID WHERE OrderTotal > NONE (SELECT OrderTotal FROM Orders WHERE CustomerID = 1199) SELECT CustomerName, OrderNumber, OrderTotal FROM Customers JOIN Orders ON Customers.CustomerID = Orders.CustomerID WHERE OrderTotalExplanation / Answer
which of the following statements returns orders smaller than largest order of the customer 1199?
Answer : option -- D
select CustomerName,OrderNumber,OrderTotal
FROM Customers Join Orders On Customers.Customer ID=order.customerID
WHERE OrderTotal<ALL
(SELECT Order Total
FROM Orders
WHERE Customer ID=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.