Drop command: To eliminate a column from a table.

To eliminate a column from table we use drop command. Suppose we have table employee with an extra field Address and we want to eliminate this.

To remove this column we use Drop query.

Syntax:

Read More

How to create a table in MySql

Leave a Comment