#IT-6202
Awesome StudentQuestion • Database Management System 1 (Oracle)
Which of the following is the correct example of adding a new column ADDRESS datatypevarchar size 20 to EMPLOYEES table?
Answer
ALTER TABLE EMPLOYEESADD ADDRESS VARCHAR(20);
ALTER TABLE EMPLOYEESADD ADDRESS VARCHAR(20);