1Z0-148 Web TestEngine demo

Exit VCEDump 1Z0-148 Oracle Database: Advanced PL/SQL
Question 32 of 37
0% complete
Q32 Single choice

To examine the dependencies between all PL/SQL objects and the tables and views they reference, you executed the following query as the user OE:

SQL> SELECT owner || '.' || NAME refs_table

, referenced_owner || '.' || referenced_name AS table_referenced

FROM all_dependencies

WHERE owner = USER

AND TYPE IN ('PACKAGE', 'PACKAGE BODY','PROCEDURE', 'FUNCTION')

AND referenced_type IN ('TABLE', 'VIEW')

AND referenced_owner NOT IN ('SYS', 'SYSTEM')

ORDER BY owner, NAME, referenced_owner, referenced_name;

Which statement is true about the output of the query?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in