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, 7 months agoEkos
3 years ago[Removed]
Most Recent 2 years, 3 months agoflaviogcmelo
2 years, 8 months agoguestart
2 years, 9 months agoMandar79
3 years, 3 months agoYanal98
1 year agoYanal98
1 year agospike_ge
2 years, 4 months agoama
3 years, 5 months agoyou1234
3 years, 6 months ago