October 2002
Beginner
864 pages
18h 41m
English
Today, we talk about indexes, which provide you with a shorter route to your data. So far, you have learned how to create tables, populate tables with data, and select data from tables. Now, how can we get to data faster? Using indexes. Indexes are objects based on data in tables. Unlike views, which we discussed during the previous day, indexes do indeed require physical storage. By the end of today, you will understand the following:
How to create indexes
How to create composite indexes
What indexes do
When indexes should be used
When it is better not to use an index
An index is a way of presenting data differently than the way it appears on the disk. Special types of indexes reorder the ...
Read now
Unlock full access