Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is Index?

Add comment
Views: 67
Votes: 0
Comments: 0
An index is a physical structure containing pointers to the data. Indices are created in an existing table to locate rows more quickly and efficiently. It is possible to create an index on one or more columns of a table, and each index is given a name. The users cannot see the indexes; they are just used to speed up queries. Effective indexes are one of the best ways to improve performance in a database application. A table scan happens when there is no index available to help a query. In a table scan SQL Server examines every row in the table to satisfy the query results. Table scans are sometimes unavoidable, but on large tables, scans have a terrific impact on performance.
Others in this Category
document How to rebuild Master Databse?
document What is XML Datatype?
document What command would you use to create a backup control file?
document What is SQL Profiler?
document How to get @@ERROR and @@ROWCOUNT at the same time?
document What are different normalization forms?
document Q: Explain Normal Join
document What is XPath?
document Which TCP/IP port does SQL Server run on? How can it be changed?
document Q: What are different normalization forms?
» More articles



RSS