Chapter 1 - Introduction to Access Flashcards
Glossary of introduction to Access and summary
What does an Access speed do?
Measures the time it takes for the storage device to make the file content available for use.
Backup
Creates a duplicate copy of the database.
Compact and Repair
Reduces the size of the database, and repairs any corruptions to the database.
Comparison operator
Used to evaluate the relationship between two quantities to determine if they are equal or not equal; and, if they are not equal, a comparison operator determines which one is greater than the other.
Criterion (criteria, pl)
An expression used to filter the records in a table.
Database
Consists of one or more tables to store data, one or more forms to enter data into the tables, and one or more reports to output the table data as organized information.
Datasheet view
A view of a database object, which displays data in row and column format, and in which you can add, edit, and delete the records of a table, form, or query.
Design view
A view in which new database objects are created, and the design of existing objects is modified. Where you create tables, add and delete fields, and modify field properties.
Enforce referential integrity
Ensures that data cannot be entered into a related table unless it first exists in the primary table.
Field
The smallest data element contained in a table, such as first name, last name, address, and phone number.
Filter
Specifies criteria for including records that meet certain conditions, and displays a subset of records based on specified criteria.
Filter by Form
A filtering technique that displays table records based on multiple criteria, and allows the user to apply AND conditions and OR conditions.
Filter by Selection
A filtering technique that displays only the records that match the selected criteria.
Foreign key
A field in one table that is also the primary key of another table.
Form
A database object that enables you to enter, modify, or delete table data.