Monday, June 15, 2009

What is Index?



  • 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.

No comments:

Post a Comment