Valid 1Z0-051 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-051 Exam! ExamDiscuss.com now offer the newest 1Z0-051 exam dumps, the ExamDiscuss.com 1Z0-051 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-051 dumps with Test Engine here:
The EMPLOYEES table has these columns: LAST NAMEVARCHAR2(35) SALARYNUMBER(8,2) HIRE_DATEDATE 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?
Correct Answer: B
Explanation/Reference: Explanation: A change to the DEFAULT value affects only subsequent insertions to the table. Existing rows will not be affected. Incorrect Answers A:Column definitions can be altered to add DEFAULT values. C:Column definitions can be altered to add DEFAULT values. It works for columns with a NUMBER data type also. D:A change to the DEFAULT value affects only subsequent insertions to the table. Existing rows will not be affected. OCP Introduction to Oracle 9i: SQL Exam Guide, Jason Couchman, p. 219-224 Chapter 5: Creating Oracle Database Objects