Question 71
Evaluate the following query:
What would be the outcome of the above query?
Question 72
View the exhibit and examine the structure of the EMPLOYEEStable.
You want to display all employees and their managers having 100 as the MANAGER_ID. You want the output in two columns: the first column would have the LAST_NAMEof the managers and the second column would have LAST_NAMEof the employees.
Which SQL statement would you execute?
Question 73
Which statement is true regarding the INTERSECT operator?
Question 74
Which three statements are true about GLOBAL TEMPORARY TABLES?
Question 75
View the Exhibit and examine the details of the PRODUCT_INFORMATION table.
Evaluate this SQL statement:
SELECT TO_CHAR (list_price, '$9,999')
From product_information;
Which two statements are true regarding the output? (Choose two.)
