READ Free Dumps For Oracle- 1z0-001
Question ID 8182 | Which table name is valid? |
Option A | #_667. |
Option B | Number. |
Option C | Catch_#22. |
Option D | 1996_invoices. |
Option E | Invoices-1996. |
Correct Answer | C |
Question ID 8183 | Examine the structure of the student table: NAME NULL? TYPE STUD_ID NOT NULL NUMBER(3) NAME NOT NULL VARCHAR2(25) PHONE NOT NULL VARCHAR2(9) ADDRESS VARCHAR2(50) GRADUATION DATE There are hundred records in the student table. You want to change the name of the graduation column to the grad_date. Which statement is true? |
Option A | You can't rename a column. |
Option B | You use the alter table command with the modify clause to rename the column. |
Option C | You use the alter table command with the rename column clause to rename the column. |
Option D | You use the alter table command with the modify column clause to modify the column. |
Correct Answer | A |