READ Free Dumps For Oracle- 1z0-144
Question ID 2700 | Identify situations in which the DBMS_SQL package is the only applicable method of processing dynamic SQL. (Choose all that apply.) |
Option A | A. When a query returns multiple rows |
Option B | B. When a column name in a where clause is unknown at compile time. |
Option C | C. When the number ofcolumns selected in a query is not known until run time |
Option D | D. When a table needs to be created based on an existing table structure at run time |
Option E | E. When privileges need to be granted to a new user to access an existing schema at run time |
Correct Answer | B,C |
Question ID 2701 | Examine the following block of code: |
Option A | A. The function goes through only the parse and executes phases. |
Option B | B. The function goes through the parse, bind, and execute phases. |
Option C | C. The function goes through the parse, bind, execute, and fetch phases. |
Option D | D. All the processing phases for the function are performed only at run time. |
Option E | E. Only the EXECUTE IMMEDIATE statement inside the function is parsed at run time. |
Correct Answer | D,E |