Designing Database
and Tables
Objectives:
At the end of this lesson will be able to:
Design a database and file.
Identify fields required in the tables.
Identify fields with unique values.
Determine relationship between tables.
Database
 A database is a collection of information related to a
particular subject or purpose.
Record
 A record is a collection of information that refers to a
unique individual or object.
Field
 A field is a unit of information used to identify the attributes
of an object. It can also be define as the column headings in
a table of information
Designing a Database
Steps in Designing a Database
 Determine the purpose of your database
 Determine the tables you need in the database
 Determine the fields you need in the tables
 Identify field with unique values.
 Determine the relationships between tables.
 Add data and create other database objects.
Week 05   designing database and tables

Week 05 designing database and tables

  • 1.
  • 2.
    Objectives: At the endof this lesson will be able to: Design a database and file. Identify fields required in the tables. Identify fields with unique values. Determine relationship between tables.
  • 3.
    Database  A databaseis a collection of information related to a particular subject or purpose.
  • 4.
    Record  A recordis a collection of information that refers to a unique individual or object.
  • 5.
    Field  A fieldis a unit of information used to identify the attributes of an object. It can also be define as the column headings in a table of information
  • 6.
    Designing a Database Stepsin Designing a Database  Determine the purpose of your database  Determine the tables you need in the database  Determine the fields you need in the tables  Identify field with unique values.  Determine the relationships between tables.  Add data and create other database objects.