The document outlines various operations performed using the ALTER TABLE command in MySQL. It includes examples of adding a column, dropping a column, renaming a column, and modifying a column's datatype in a table named 'bca'. Each operation is accompanied by the corresponding SQL command and the result of the query execution.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views2 pages
Program 9
The document outlines various operations performed using the ALTER TABLE command in MySQL. It includes examples of adding a column, dropping a column, renaming a column, and modifying a column's datatype in a table named 'bca'. Each operation is accompanied by the corresponding SQL command and the result of the query execution.