#IT-6202
Awesome StudentQuestion • Database Management System 1 (Oracle)
Suppose that the user wanted to add a new column name as CUST_NAME data type char size 6. What is the correct SQL statement to use?
Answer
ALTER TABLE PARTSADD CUST_NAME CHAR(6);