Database MCQS - QUESTION DETAILS

Which SQL Server statement is used to add a new column to an existing table?
A. ADD COLUMN
B. MODIFY COLUMN
C. INSERT COLUMN
D. CHANGE COLUMN

'ADD COLUMN' is used to add a new column to an existing table in SQL Server.

Similar Questions

Which SQL command is used to update data in a table?






What is the purpose of the SQL UNION operator?






What is the purpose of the SQL WHERE clause?






What is the purpose of the SQL LIKE operator?






In MySQL, what is the purpose of the SHOW TABLES statement?






What is the purpose of the SQL Server RAISEERROR statement?






Which SQL Server statement is used to remove an index from a table?






Which MySQL statement is used to change the structure of an existing table?






Which command is used to select all columns from a table named "employees"?






What is the purpose of the SQL Server TRY...CATCH block?