Which of the following functions are not performed by “ALTER” clause?
(a) Change the name of the table
(b) Change the name of the column
(c) Drop a column
(d) All of the mentioned
I have been asked this question in unit test.
My question is from Populating & Modifying Tables topic in chapter Using SQL to Manage Data of MySQL