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

Suppose that a user wanted to add a new column name as CITY datatype set to char size 10. Which of the following is the correct sql statement?

Answer

ALTER TABLE STUDENTSADD CITY CHAR(10);