READ Free Dumps For Oracle- 1z0-007
Question ID 1706 | Evaluate the SQL statement: |
Option A | A. You must be the owner of the table or have DELETE ANY TABLE system privileges to truncate the DEPT table. |
Option B | B. You can roll back the deletion of rows after the statement executes. |
Option C | C. You can NOT roll back the deletion of rows after the statement executes. |
Option D | D. An attempt to use DESCRIBE on the DEPT table after the TRUNCATE statement executes will display an error. |
Option E | E. It does not release the storage space used by the table. |
Option F | F. It releases the storage space used by the table. |
Correct Answer | A,C,F |
Question ID 1707 | The EMPLOYEES table has these columns: |
Option A | A. A change to the DEFAULT value affects only subsequent insertions to the table. |
Option B | B. All the rows that have a NULL value for the SALARY column will be updated with the value 5000. |
Option C | C. Column definitions cannot be altered to add DEFAULT values. |
Option D | D. Column definitions cannot be altered to add DEFAULT values for columns with a NUMBER data type. |
Correct Answer | A |