#IT-6202
Awesome StudentQuestion • Database Management System 1 (Oracle)
Which of the following is the correct example of removing a column FIRSTNAME from EMPLOYEES table?
Answer
ALTER TABLE EMPLOYEESDROP COLUMN FIRSTNAME;
ALTER TABLE EMPLOYEESDROP COLUMN FIRSTNAME;