View the exhibit and examine the structure of the PROMOTIONS table.
You have to generate a report that displays the promo name and start date for all promos that started after the last promo in the 'INTERNET' category.
Which query would give you the required output?
Examine the description of the EMPLOYEEStable:
Which two queries return all the rows for employees whose salary is greater than the average salary in their department? (Choose two.)
View the exhibit and examine the description of the PRODUCT_INFORMATION table.
Which SQL statement would retrieve from the table the number of products having LIST_PRICE as NULL?
View the Exhibit and examine the details of the PRODUCT_INFORMATION table. (Choose two.)
Evaluate this SQL statement:
SELECT TO_CHAR(list_price,'$9,999')
From product_information;
Which two statements are true regarding the output? (Choose two.)