ContinuServe interview question

What is SQL Index

Interview Answer

Anonymous

May 24, 2017

SQL Indexing is same like Index in the book, which is mainly used to search the data in the table or view. There is 2 type of index, cluster, and Non-cluster.

1