Multiple choice

Which of the following is the name of index of SQL Server that stores index information in the system table ?

  1. sysindexes

  2. SYSIBM.SYSINDEXES

  3. sysusers

  4. sysconstraints

  5. sysobjects

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The sysindexes system table stores system -level information about SQL Server indexes.