How to remove a column from table?

Submitted by: Administrator
You can remove a column but first of all you should see that column doest have any values and it should not be a primary key

ALTER TABLE DROP COLUMN
Submitted by: Administrator

Read Online Programming Concepts Job Interview Questions And Answers