Posts Tagged: 1Z0-007 Practice Exam

2014 Latest Oracle 1Z0-007 Exam Demo Free Download!

QUESTION 1Examine the structure of the EMPLOYEES table:EMPLOYEE_ID NUMBER Primary KeyFIRST_NAME VARCHAR2(25)LAST_NAME VARCHAR2(25)Which three statements insert a row into the table? (Choose three.) A.    INSERT INTO employeesVALUES ( NULL, ‘John’, ‘Smith’);B.    INSERT INTO employees( first_name, last_name)VALUES( ‘John’, ‘Smith’);C.    INSERT INTO…Continue Reading →