1.

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) Clustered(b) Column store(c) Non clustered(d) Row storeThe question was posed to me during a job interview.My question is taken from Index Definition in SQL topic in portion Indexing and Hashing of Database Management

Answer» CORRECT OPTION is (B) Column store

To explain: A DATABASE index is a DATA structure that improves the speed of data retrieval operations on a database table at the cost of additional writes.


Discussion

No Comment Found

Related InterviewSolutions