Google News
logo
SQL Server - Quiz(MCQ)
Which of the following option is immediately applied to the index by using the SET clause in the ALTER INDEX statement?
A)
ALLOW_COLUMN_LOCKS
B)
ALLOW_PAGE_LOCKS
C)
STATISTICS_RECOMPUTE
D)
None of the above

Correct Answer :   ALLOW_PAGE_LOCKS


Explanation : ALTER INDEX statement requires ALTER permission on the table or view.

Advertisement