Database MCQS - QUESTION DETAILS

Which SQL Server statement is used to remove an index from a table?
A. DELETE INDEX
B. REMOVE INDEX
C. DROP INDEX
D. ERASE INDEX

'DROP INDEX' is used to remove an index from a table in SQL Server.

Similar Questions

In MySQL, what is the purpose of the IFNULL() function?






Which SQL statement is used to add a new column to an existing table?






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






What is the purpose of the SQL IN operator?






What is the purpose of the SQL AVG() function?






In Oracle, what is the purpose of the BETWEEN operator?






What is the purpose of the Oracle SYS_CONTEXT function?






What is the purpose of the SQL Server SELECT TOP clause?






Which SQL Server statement is used to grant execute permissions on a stored procedure?






In SQL Server, what is the purpose of the SQL Server VARBINARY data type?