Alight Solutions interview question

Q: how to remove or add a column in SQL

Interview Answer

Anonymous

12 Sept 2019

ALTER TABLE "table_name" DROP COLUMN "column_name"; For example: ALTER TABLE "Rohit" DROP COLUMN "Email":