Database MCQS - QUESTION DETAILS

Which SQL Server statement is used to rename a table?
A. RENAME TABLE
B. ALTER TABLE RENAME
C. ALTER TABLE RENAME TO
D. ALTER TABLE RENAME AS

'ALTER TABLE RENAME TO' is used to rename a table in SQL Server.

Similar Questions

Which MySQL clause is used to add an index to an existing table?






Which Oracle clause is used to add an index to an existing table?






In Oracle, what is the purpose of the BITAND() function?






In MySQL, what is the purpose of the BLOB data type?






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






In MySQL, what is the purpose of the COUNT() function with DISTINCT?






What is the purpose of the SQL Server XML INDEX option?






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






What is the purpose of the Oracle UTL_FILE package?






In MySQL, which function is used to concatenate two or more strings?