October 2002
Beginner
1032 pages
23h 5m
English
Listed in the following are some of the common questions asked by DBAs about database design:
| Q1: | Should an identity column be used as a primary key? |
| A1: | As a general rule, use an identity column (an identity is an auto-incrementing number) as the primary key of a table. The following are the benefits of using an identity as the primary key.
|
Read now
Unlock full access