CSE MCQs :: DBMS MCQs
- What is the purpose of index in sql server
- How non clustered index point to the data?
- Which one is true about clustered index?
- What is true about indexes?
- Does index take space in the disk ?
- What are composite indexes ?
- If an index is _________________ the metadata and statistics continue to exists
- In _______________ index instead of storing all the columns for a record together, each column is stored separately with all other rows in an index.
- A _________________ index is the one which satisfies all the columns requested in the query without performing further lookup into the clustered index.