#IT-6202
Awesome StudentQuestion • Database Management System 1 (Oracle)

Which of the following is the correct example of modifying the column JOB_ID? Change the datatype size to 10.

Answer

ALTER TABLE EMPLOYEESMODIFY JOB_ID CHAR(10);