| Exercise 11: CREATING A NEW DATABASE |
| |
 |
Databases FILES store information in RECORDS. Each record is broken into FIELDS with each field containing a separate pieces of information. |
| |
Fields can be of different types depending on the type of data they contain. Setting the correct field type is important as they help in sorting and searching the database. |
| |
|
|
| |
| |
| TO DO - Making a New Database |
Watch the New Database Movie 11 to CREATE a NEW DATABASE.
Make sure you use the following FIELD NAMES and FIELD TYPES. |
| |
| Field Name |
Field Type |
| forename |
Text |
| surname |
Text |
| age |
Number |
| post code |
Text |
| phone number |
Number |
|
|
| |
| |
| |
| |
|
| |
Mark off Exercise 11 in your progress Grids |
| |
|
| |
| |
|