Chapter 3 Building Physical Diagrams
A primary key is the primary identifier for a table. A primary key is made up of one or more columns whose values uniquely identify every row in the table.
Every table must have a primary key, composed of one or more of its columns.
Employee number is the primary key for the table Employee. This means that each employee must have one unique employee number.
You can define one or more columns as the primary key of a table from the list of columns.
To designate a primary key:
Copyright (C) 2005. Sybase Inc. All rights reserved. |