| 1z0-007 Exam |
| 1z0-007 - Exam Information |
| Question of the day |
The EMPLOYEES table has these columns: LAST NAME VARCHAR2(35) SALARY NUMBER(8,2) HIRE_DATE DATE Management wants to add a default value to the SALARY column. You plan to alter the table by using this SQL statement: ALTER TABLE EMPLOYEES MODIFY (SALARY DEFAULT 5000); What is true about your ALTER statement?
Answer(s)
A change to the DEFAULT value affects only subsequent insertions to the table.