Oracle Database SQL 12c 1z0-071 Exam Practice Test 3
© examsiri.com
Question : 8 of 50
Marks:
+1,
-0
View the Exhibit and examine the details of the ORDER_ITEMS table
Statement 1:
Statement 2:
Which statements are true regarding the output of these SQL statements? (Choose all that apply.)
Evaluate the following SQL statements:
Statement 1:
SELECT MAX(unit_price*quantity) “Maximum Order"
FROM order_items; Statement 2:
SELECT MAX(unit_price*quantity) “Maximum Order”
FROM order_items
GROUP BY order_id; Which statements are true regarding the output of these SQL statements? (Choose all that apply.)
Go to Question: