DataBases

DataBases

DataBase storage types

Flat File Database

r

This DataBase type makes use of a single file to store all data entered.

Advantages

r

> Fast to set up> all in one place

Disadvantages

r

> Data will be repeated> Information can be incorrectly entered> single use> Hard to understand

Relational DataBase

r

makes use of multipule files, and linked together using relationship Keys

Advantages

r

> easy to find Data> Data is hard to repeat>

Disadvantages

Data Types

Unique Identifier

r

The unique number given to each Record in the File

Text

r

Can enter a number, or characters (this includes Special Characters)

Number

r

The user can only enter a number (if the number starts with a "0" the Zero is removed, if the number starts with a zero it is best to use Text instead.

Boolean

r

The only data that can be stored here is YES or NO

Date/Time

r

Only Date or time can be entered into this data type

Currency

r

Data is stored in a curtain format so is shown properly

Relationship types

One to one

One to Many

Many to Many