What would be the outcome?

The following data exists in the PRODUCTS table: PROD_ID PROD_LIST_PRICE
———————————————- 123456 152525.99 You issue the following query: SQL>
SELECT RPAD(( ROUND(prod_list_price)), 10,’*’) FROM products WHERE prod_id =
123456; What would be the outcome?

The following data exists in the PRODUCTS table: PROD_ID PROD_LIST_PRICE
———————————————- 123456 152525.99 You issue the following query: SQL>
SELECT RPAD(( ROUND(prod_list_price)), 10,’*’) FROM products WHERE prod_id =
123456; What would be the outcome?

A.
152526****

B.
**152525.99

C.
152525**

D.
an error message



Leave a Reply 0

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