READ Free Dumps For Oracle- 1z0-001
Question ID 1506 | Examine the structure of the STUDENT table: STUD_ID NOT NULL NUMBER(3) NAME NOT NULL VARCHAR2(25) ADDRESS VARCHAR2(50) |
Option A | A. UPDATE student SET name = 'Smith', graduation = '15-AUG-2000' |
Option B | B. UPDATE studentD.UPDATE student SET stud_id = NULL, |
Option C | C. UPDATE student SET name = 'Smith', graduation = '29-MAY-2001' |
Option D | D. UPDATE student SET stud_id = 999, graduation = '29-MAY-2001' |
Correct Answer | A |
Question ID 1507 | The EMPLOYEE table contains these columns: FIRST_NAMEVARCHAR2(25) COMMISSION NUMBER(3,2) |
Option A | A. Scott has a NULL commission value. |
Option B | B. There is no employee with the first name Scott |
Option C | C. The FIRST_NAME values in the database are in lowercase. |
Option D | D. Scott has a zero commission value. |
Option E | E. There is more than one employee with the first name Scott. |
Correct Answer | E |