01 ElcanoSupplies PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Elcano Supplies Practice.

(CREATING A DATABASE FROM A BLANK BASE)

Name of the database: Elcano Supplies. We save the database in our works folder.

The database will consist of two tables. Clients and Orders.

The Clients table will have the following fields and properties (We create the table from Design
view):

● Name of the table: Clients.


● ID: Auto number
● Name: Text
● Telephone: Number
● Birth_Date: Date / Time

The second table will have the following characteristics:

● Name of the table: Orders


● ID: Auto number. Description: Order code.
● Client Id: Number. Description: Client code.
● Order Date: Date / Time. Description: Date of ordering.

You might also like