November 2006
Beginner to intermediate
108 pages
1h 57m
English
There can be more than one correct solution, but any correct solution will tend to respect the following principles:
These principles will be studied in details in the following sections.
Let's start by defining the concept of a unique key. A column on which a unique key is defined cannot hold the same value more than once for this table. The primary key is composed of one or more columns, it is a value that can be used to identify a unique row in a table. Why do we need a primary key? MySQL itself does not force us to have a primary ...
Read now
Unlock full access