Chapter 11
Report
A database object that displays the data from a table or a query in an easy to read and print format.
Forms
A database object that makes it easier to enter data into a databases and displays information in an easy to read layout.
Query
A database object that retrieves specific data from one or more tables.to answer a question.
Table
A database object where data is stored. It's arranged in rows and columns.
Primary key
A field that uniquely identifies the record in the table.
Record
A row of data in a database table that describes a particular entry in the database. Example: a customer or product.
Field
A single piece of information in a record in a database . Each column in a table is known as a field.
Database
Than a collection of information that's organized in a useful way.