Database MCQS - QUESTION DETAILS

Which SQL 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.

Similar Questions

What is the purpose of the Oracle UNION operator?






In Oracle, what is the purpose of the HAVING clause?






In Oracle, what is the purpose of the MERGE statement?






What is the purpose of the SQL LIMIT clause?






Which SQL Server data type is used to store a date and time combination?






What is the purpose of the Oracle DUAL table?






Which statement is used to delete records from a table in SQL Server?






Which Oracle statement is used to remove a table from a database?






In Oracle, what is the purpose of the JOIN clause?






Which SQL statement is used to grant specific privileges to a user in MySQL?