What is true about the SQL statement?

The PRODUCTS table has these columns: PRODUCT_ID NUMBER(4) PRODUCT_NAME
VARCHAR2(45) PRICE NUMBER(8,2) Evaluate this SQL statement: SELECT * FROM
PRODUCTS ORDER BY price, product_name; What is true about the SQL statement?

The PRODUCTS table has these columns: PRODUCT_ID NUMBER(4) PRODUCT_NAME
VARCHAR2(45) PRICE NUMBER(8,2) Evaluate this SQL statement: SELECT * FROM
PRODUCTS ORDER BY price, product_name; What is true about the SQL statement?

A.
The results are sorted numerically and then alphabetically.

B.
The results are sorted alphabetically.

C.
The results are not sorted.

D.
The results are sorted numerically.



Leave a Reply 0

Your email address will not be published. Required fields are marked *