| A | B |
| Table | is an arrangement of columns and rows. |
| Entry | is a single piece of data in a database table. |
| Field | is a grouping or category of similar information contained in a table. |
| Record | is a complete description of all of the fields related to one item in a table. |
| Database | is a tool used to organize, store, retrieve, and communicate groups of related information. |
| Database Management | The effectiveness of a database can be measured by the user's ability to retrieve useful information. |
| Filters | allow for the retrieval of information that meets specific criteria. |
| Filter by Selection | filters for information related to an active cell. |
| Database Relationship | a link between two or more tables in a database. |
| One-to-Many | is a type of relationship that occurs when a record in one tale is linked to more than one record in another table. |
| Many-to-Many | relationsheps are formed by connection two or more tables that have a one-to-many relationship. |
| Primary Key | used to format each record in a database as a unique entity. |
| Sorts | allow for information to be arranged in a specifec order such as alphabetical, chronological, ascending, or descending. |