Database MCQS - QUESTION DETAILS

Which MySQL statement is used to change the structure of an existing table?
A. MODIFY TABLE
B. CHANGE TABLE
C. ALTER TABLE
D. UPDATE TABLE

'ALTER TABLE' is used to change the structure of an existing table in MySQL.

Similar Questions

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






Which SQL statement is used to remove a user's privileges in MySQL?






Which SQL Server function is used to find the length of a string?






Which Oracle function is used to find the length of a string?






Which SQL Server statement is used to create a stored procedure?






In SQL Server, what is the purpose of the PARSE() function?






In SQL Server, what is the purpose of the GROUP BY clause?






What is the purpose of the SQL LIKE operator?






What does SQL stand for in the context of Oracle Database?






Which SQL Server statement is used to rename a table?