Contents of the BOOKS table
-Based upon the contents of the BOOKS table,which of the following will display the retail price of the most expensive book provided by publisher 3?
A) SELECT MAX(retail)
FROM books
GROUP BY pubid;
B) SELECT MAXIMUM(retail)
FROM books
WHERE pubid = 3;
C) SELECT MAX(retail)
FROM books
WHERE pubid = 3;
D) SELECT MAXIMUM(retail)
FROM books
HAVING pubid = 3;
Correct Answer:
Verified
Q111: The SUM function can only be used
Q112: A(n)_ should be included as the argument
Q113: The _ function can be used to
Q114: Contents of the ORDERS table
Q115: The _ keyword is used to indicate
Q117: Functions that return one result per group
Q118: The _ function is used to determine
Q119: The _ function is used to calculate
Q120: Which of the following is not a
Q121: If a SELECT statement contains a GROUP
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents