Database MCQS - QUESTION DETAILS

Which SQL Server statement is used to create an index on a table?
A. ADD INDEX
B. CREATE INDEX
C. INDEX TABLE
D. ALTER INDEX

'CREATE INDEX' is used to create an index on a table in SQL Server.

Similar Questions

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






What is the maximum length of the VARCHAR data type in MySQL?






What is the purpose of the SQL HAVING clause?






What is the purpose of the SQL LIKE operator?






What does T-SQL stand for in the context of SQL Server?






In MySQL, which storage engine supports transactions and ACID properties?






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






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






What is the purpose of the SQL DISTINCT keyword?






Which SQL function is used to find the current user in MySQL?