Which two are true about external tables that use the ORACLE _DATAPUMP access driver?
Which two statements are true about * _TABLES views?
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?
Which three statements are true about Oracle synonyms?