2. Correct database notation
Thinking back to the customer table on the first page, let's have a look at how it should be correctly writen.
Here are the rules which you should follow:
|
|
|
|
|
|
So for the customer table on the previous page, the correct database notation would be as follows:
CUSTOMER (CustomerID, Title, Forename, Surname, AddressLine1, AddressLine2, Town, County, Postcode, TelephoneNumber, email) |
challenge see if you can find out one extra fact on this topic that we haven't already told you
Click on this link: Database Notation