READ Free Dumps For Oracle- 1z0-144
Question ID 22013 | Which of the following statements is true about the cursor FOR loop? |
Option A | Parameters cannot be passed to a cursor in a cursor FOR loop. |
Option B | A cursor does not need to explicitly use the OPEN, FETCH, and CLOSE statements within a cursor FOR loop. |
Option C | A cursor needs to explicitly use the OPEN, FETCH, and CLOSE statements within a cursor FOR loop. |
Option D | A cursor variable cannot be opened for a type-compatible query in a cursor FOR loop. |
Correct Answer | B |
Question ID 22014 | Andrew works as an Application Developer for Federal Inc. The company uses an Oracledatabase. The database contains a table named Orders. Andrew is |
Option A | The trigger will be created. However, it will need to be recompiled after the compilation error is rectified. |
Option B | The trigger will not be created unless the compilation error is rectified. |
Option C | The trigger will be created, and it will be fired successfully by DML statements. |
Option D | The trigger will be created. However, when a DML statement fires the trigger, the DML statement will fail. |
Correct Answer | A,D |