Question 236
Examine this SQL statement:
DELETE FROM employees e
WHERE EXISTS
(SELECT'dummy'
FROM emp_history
WHERE employee_id = e.employee_id)
Which two are true?
DELETE FROM employees e
WHERE EXISTS
(SELECT'dummy'
FROM emp_history
WHERE employee_id = e.employee_id)
Which two are true?
Question 237
Which three tasks can be performed using SQL functions built into Oracle Database? (Choose three.)
Question 238
Examine the structure of the PROMOTIONS table: (Choose the best answer.)

Management requires a report of unique promotion costs in each promotion category.
Which query would satisfy this requirement?

Management requires a report of unique promotion costs in each promotion category.
Which query would satisfy this requirement?
Question 239
Which three statements are true about GLOBAL TEMPORARY TABLES?
Question 240
Which two statements are true about outer Joins?
