Drop Column

suggest change
ALTER TABLE Employees
DROP COLUMN salary;

This will not only delete information from that column, but will drop the column salary from table employees(the column will no more exist).

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


ALTER TABLE:
*Drop Column

Table Of Contents