June 2004
Intermediate to advanced
848 pages
21h 28m
English
It's one thing to put data into a database. You also need to be able to retrieve it on demand. The way we get data out of the database is to present it with the right unique identifier, known as a key. For example, in a database of vehicle license records, the VIN or Vehicle Identification Number will be the key to the table of vehicles.
Every table must and will have an attribute (or group of attributes together) that uniquely identifies every record. This attribute or group of attributes is called the primary key to the table. By “uniquely identify every record,” we mean that each record has a different value for that attribute or group of attributes. The primary key to our Person table is the ...
Read now
Unlock full access