Chapter 1 - Introduction to Access Flashcards
Glossary of introduction to Access and summary (37 cards)
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.
Join Lines
Used to create a relationship between two tables using a common field.
Navigation Pane
Organizes and lists the database objects in an Access database.
Object
A main component in an Access database that is created and used to make the database.
Primary Key
The field (or combination of fields) that uniquely identifies each record in a table.
Query
A question that you ask about the data in the tables of your database.
Record
A group of related fields, representing one entity, such as data for one person, place, event, or concept.
Relational database management system (RDBMS)
A database system in which you can manage groups of data (tables) and then set rules (relationships) between tables.
Relationship
A connection between two tables using a common field.
Report
An Access database object that displays professional-looking formatted information from underlying tables or queries.