Database Structure

    • A database is a system for organising and storing data
    • Databases are made up of one or more tables
    • Files are a collection of records, and records are made up of fields
    • Each column represents a field
    • Each row represents a record