Also known as a data model or a database schema, a list of all the tables in the database, along with all the fields, with any primary and foreign keys identified
Stores meta data, a detailed description of all the data used in the database, to achieve reduced data redundancy, increased data reliability, assist program development, and easier modification
A field is a specific type of information that can be contained within a record, such as a person's first name, last name, street address, city, state, zip code, email address, etc.
A record is an individual piece of information about something or someone, such as a person's name, address, phone number, etc.
The database is the collection of all data stored on a computer system.
Table - contains all the raw data within a database; tables are linked with a common field to create a relational database, which minimizes redundant data
Query - allows you to select a subset of fields or records from one or more tables; queries are created when you have a question about the data
Form - Provides an easy-to-use data entry screen
Report - Provides a professional printout of data that can contain enhancements such as headers, footers, graphics, and calculations on groups of records