November 2015
Beginner
464 pages
9h 46m
English
An index is a physical database object that is defined on a table column or a list of columns. In PostgreSQL, there are many types of indexes and several ways to use them. Indexes can be used, in general, to do the following:
UNIQUE check constraint creates a unique index on the column behind the scenes.Let us take a look at the account_history table in the car web portal example. The unique constraint, ...
Read now
Unlock full access