Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and QUANTITY, of data type NUMBER.
Examine these 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 two statements are true?
danito
Highly Voted 3 years, 2 months agoEkos
2 years, 7 months ago[Removed]
Most Recent 1 year, 10 months agoflaviogcmelo
2 years, 3 months agoguestart
2 years, 4 months agoMandar79
2 years, 11 months agoYanal98
7 months, 3 weeks agoYanal98
7 months, 3 weeks agospike_ge
1 year, 11 months agoama
3 years agoyou1234
3 years, 1 month ago