Q15. Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and QUANTITY, of data type NUMBER

Q15. 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?

  • (A). Statement 1 returns only one row of output.
  • (B). Statement 2 returns only one row of output.
  • (C). Both statements will return NULL if either UNIT_PRICE or QUANTITY contains NULL.
  • (D). Both the statements give the same output.
  • (E). Statement 2 may return multiple rows of output.

Datalinks.vn

Hello các bạn, mình là Dương Nguyễn tác giả của blog này. Với gần 20 năm làm việc trong lĩnh vực CNTT, VT trong và ngoài nước, mong muốn được chia sẻ kiến thức và kinh nghiệm về database với các bạn đam mê và quan tâm đến lĩnh vực này. Đặc biệt là #OracleDatabase hoặc luyện thi #OCP database admin. Các bạn cần người đồng hành thì alo mình nhé. Call/Zalo: 0765 871 888. Thanks you !.....
0 0 đánh giá
Đánh giá bài viết
Theo dõi
Thông báo của
guest

1 Bình luận
Phản hồi nội tuyến
Xem tất cả bình luận