What is the process of indexing?



What is the process of indexing?..

Answer / Ajeet Kumar Verma

Indexing in SQL Server involves creating a separate data structure to speed up query performance. The index contains a subset of columns from a table and provides a quick reference for the actual data. This helps avoid full table scans during query execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Questions regarding Raiseerror?

1 Answers  


When would you prefer to have a minimum number of indexes?

1 Answers  


How adventureworkslt tables are related?

1 Answers  


What is index?

1 Answers   Cap Gemini,


what kind of lan types do you know? : Sql server database administration

1 Answers  


What is the need for group functions in sql?

1 Answers  


How do I find my localdb version?

1 Answers  


What is a constant or literal in ms sql server?

1 Answers  


What Is Rdbms?

1 Answers   Accenture,


Explain the stored procedure?

1 Answers  


what is the use of database index(apart from the last searching of records) and what is the use of composite key?

1 Answers  


How to list all tables in the database using odbc_tables()?

1 Answers  


Categories