A. What is a database?

A database is an organized collection of information (stored on a computer).

Each Record contains categories, called Fields, of data. An everyday example would be a

Each card is a Record.

Each category is called a field.

Al the numbers are the Data.

A simple example

Here is an example of a database table

Here is an example of a database record presented as a form (the database contains many such records)

   

2    Look at the database table below

    a)    How many records are there?
    b)    How many fields are there?
    c)    How many items of data are there?
    d)    Write down an example of a field
    e)    Write down an example of a record
    f)    Write down an example of data
    g)    Write the name of a field that contains a number
    h)    Write the name of a field that contains date/time
    i)     There are 2 text fields in the table below - write their names
   

3       Look at the database table below

    a)    How many records are there?
    b)    How many fields are there?
    c)    How many items of data are there?
    d)    Write down an example of a field
    e)    Write down an example of a record
    f)    Write down an example of data
    g)    None of the fields are considered to be a number field - why are the telephone numbers NOT numbers?
    h)    Why is Address split over 3 fields (hint - why would this be good if you were searching or sorting the data?)
   

Back to index