#IT-6202
Awesome StudentQuestion • Database Management System 1 (Oracle)
Which of the following is the correct example of modifying the column lastname? Change the datatype size to 20.
Answer
ALTER TABLE EMPLOYEESMODIFY LASTNAME VARCHAR(20);
ALTER TABLE EMPLOYEESMODIFY LASTNAME VARCHAR(20);