Quiz on MySQL Add/Delete Columns



1. What SQL command is used to add a new column to an existing table?
2. Which keyword is used to specify the data type of a new column when adding it?
3. What is the correct syntax to delete a column from a table?
4. Can you add multiple columns in a single ALTER TABLE statement?
5. What happens to the data in a column when it is deleted?

Advertisements