Title: Office Jeopardy - Access Edition
1Beyond the Basics
Tables and Forms
Table Properties
Access 101
Queries
2One set of all of the fields in a table
3The field that makes a record unique
4A set of records organized into fields
5The view of a table in which you add, edit, and
delete records
- What is the Datasheet View?
6Provides a friendlier interface through which to
add, edit, and delete records
7Every database must have at least one of these
objects.
8Recommended field data type for phone numbers and
zip codes when defining the fields for your table
9Field type whose value is created automatically
for each record
- What is an AutoNumber field?
10List three types of database objects.
- What are Tables, Queries, Forms, Reports, Pages,
Macros, or Modules?
11The term for the data entered into a field.
- What is data value or entry?
12Appears at the bottom of the very last page when
printing a query report.
13T or False A query automatically displays all
fields from a table.
14Which view displays the results of a query
- What is query datasheet view?
15The language that all databases speak and which
Access translates your data.
16The 3 pieces of information you must supply when
making a query.
- What is the fields you want to search for, what
you are searching for (the search criteria), and
what fields you want to display with the results?
17What every table must have in a database.
18Requires that tables in a database be consistent
with one another, and is the box you check when
you are creating a relationship between 2 tables.
- What is Referential Integrity?
19When a Primary Key appears in another table it is
called a ...
20When a database has tables that reference each
other the database is called a
____________________.
- What is Referential Database?
21The two views of a table.
- What is Datasheet View and Design View?
22Access stores all of your objects in one big file
with the file extension of...
23A header for a column in a database is a
_____________
24This data value provides a drop-down menu for the
user so that when they are entering data they can
choose from a list.
- What is the Look-up Wizard?
25When creating a table in design view you can
enter a description for a field, the description
does this in datasheet view.
- What is give the user info at the bottom of the
screen, describing what data should go into the
field currently selected.?
26When you use an Autonumber as the primary key for
one table and then relate a second table using
this primary key as a foreign key, the foreign
key in the second table must be this data type.