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

Suppose that a user wanted to change the datatype of column ADDRESS from Varchar to Char which of the following is the correct example.

Answer

ALTER TABLE STUDENTSMODIFY ADDRESS VARCHAR(20);