Question 6
Which statement will return a comma-separated list of employee names in alphabetical order for each department in the EMP table?
Question 7
View the Exhibit and examine the structure of the PRODUCT_INFORMATION table. (Choose the best answer.)
PRODUCT_ID column is the primary key.
You create an index using this command:
SQL > CREATE INDEX upper_name_idx
ON product_information(UPPER(product_name));
No other indexes exist on the PRODUCT_INFORMATION table.
Which query would use the UPPER_NAME_IDX index?
Question 8
View the Exhibit and examine the structure of the PRODUCTStable
Which two tasks would require subqueries? (Choose two.)
Question 9
Which statement adds a column called SALARYto the EMPLOYEEStable having 100 rows, which cannot contain null?
Question 10
Which two statements are true about an Oracle database? (Choose two.)
