Deck 2: Introduction to Access

Full screen (f)
exit full mode
Question
Which of the following produces a subset of your data?

A)Macro
B)Field
C)Table
D)Query
Use Space or
up arrow
down arrow
to flip the card.
Question
Which of the following views would you use to view or modify a table's structure?

A)Datasheet
B)Form
C)Design
D)Layout
Question
How many records do most forms display?

A)0 (Forms don't display records)
B)1
C)2
D)All the records at the same time
Question
What is not true about field properties?

A)They define a field's characteristics.
B)They vary by field type.
C)They can allow data entry to be required for a field.
D)The categories are the same for all field types.
Question
What database object organizes your data by rows and columns?

A)Table
B)Form
C)Report
D)Macro
Question
What view normally appears when you double-click a table?

A)Form view
B)Layout view
C)Design view
D)Datasheet view
Question
A customer's cell phone would be an example of a ________.

A)table
B)record
C)field
D)primary key
Question
In Datasheet view,what does a pencil symbol to the left of a record indicate?

A)Data in that record has not been saved yet.
B)Data in that record has recently been modified and saved.
C)Data in that record has a data integrity violation and needs to be changed.
D)Data in that record is about to be deleted.
Question
Most users enter information into a database through the use of a ________.

A)form
B)table in datasheet view
C)query
D)macro
Question
What interface element shows you the various objects in your database?

A)The Database Tools menu
B)The Database Properties pane
C)The Home menu
D)The Navigation Pane
Question
What is not true about modules?

A)It is considered an advanced object.
B)It is required for intermediate users.
C)It uses the VBA programming language.
D)It provides more functionality than macros.
Question
When you click the Enable Content warning,the database is now ________.

A)trusted on this computer
B)trusted for this session
C)trusted for any computer
D)unlocked
Question
Access is a ________ product.

A)Microsoft
B)Google
C)Yahoo
D)Corel
Question
To assign a field size of 12 to a field in a table you would ________.

A)pick Short Text from the Data Type list
B)pick Long Text from the Data Type list
C)type 12 in the Description area of that field
D)enter 12 in the Field Size property of that field
Question
In datasheet view,what do the rows indicate?

A)Tables
B)Fields
C)Records
D)Information
Question
What allows you to add components to an existing database,rather than creating an entire new database?

A)Objects
B)Filters
C)Application parts
D)Templates
Question
What are the two ways you can view a table?

A)Design and Layout views
B)Design and Datasheet views
C)Datasheet and Form views
D)Datasheet and Layout views
Question
A module uses what programming language?

A)SQL
B)VBA
C)VBL
D)HTML
Question
What is not true about the Compact and Repair Database utility?

A)It can help when the data becomes corrupt.
B)It can be set up to run automatically when a database is closed.
C)It is used when the database gets too many records in it.
D)It can reduce the size of a database.
Question
How can you toggle viewing the Navigation Pane?

A)Shutter Bar View/Hide button
B)Navigation Pane View/Hide button
C)Shutter Bar Open/Close button
D)Navigation Pane Open/Close button
Question
Searching a website to help you find just the right product involves database technology.
Question
When you close a table after using a selection filter and then reopen it,what happens to the filter?

A)The filter is still operating.
B)The filter is not saved.
C)The filter is removed,but Toggle Filter will bring it back.
D)The filter is removed permanently.
Question
Which of the following is not a valid criteria in a filter?

A)="Fred"
B)=>14
C)<>125
D)Is Null
Question
What type of filter displays records based on a criterion you choose?

A)Selection filter
B)Filter by Report
C)Exact Match filter
D)Toggle filter
Question
What is not true about database relationships?

A)They are connections between two tables.
B)They join tables on a common field.
C)They allow for efficient database design.
D)They tend to increase the overall file size of a database.
Question
To create a database from a template you would use which view?

A)Design
B)Layout
C)Create database
D)Backstage
Question
If you sorted a table which had 53 records by two fields,one ascending and the other descending,how many records would display?

A)It depends on how many of the fields are blank.
B)53
C)106
D)It depends on how many of the fields contain exactly the same information.
Question
Microsoft SSL Server is an example of an advanced DBMS.
Question
What is not true about records?

A)They are displayed as rows in datasheet view.
B)They represent categories of information that is stored in a database.
C)They are a complete set of fields for a person,place,etc.
D)They are stored in tables.
Question
What database object is an electronic version of the paperwork you fill out at the doctor's office?

A)Form
B)Report
C)Table
D)Field
Question
Which of the following is not one of the three methods for creating a database?

A)Create a blank desktop database
B)Create a blank cloud database
C)Create a custom web app
D)Create a database from a template
Question
Every time you open a database you will receive a security warning.
Question
One of the reasons someone may choose to start a database with a template is to save time by not having to ________.

A)enter so much data
B)know anything about Access
C)create as many objects
D)create the table relationships
Question
When you split a database,what object type is put in the back end?

A)Tables
B)Forms
C)Reports
D)Macros and Modules
Question
How would you sort records in a field so that the oldest birthday is listed first?

A)Sort by form
B)Selection sort
C)Sort descending
D)Sort ascending
Question
Which of the following operators will give you the fewest number of hits?

A)AND
B)OR
C)NOT
D)NOR
Question
You always know when you are using a database.
Question
Which of the following is not a valid comparison operator?

A)<>
B)=
C)=>
D)<=
Question
When you type Smith in a person's last name field you are entering information.
Question
Which method of creating a database demands the least amount of expertise in Access?

A)Creating a blank desktop database
B)Creating a custom web app
C)Importing an Excel spreadsheet
D)Using a template
Question
When first designing a database,it is not important what data type you assign each field because you can easily change it later.
Question
You can only sort records by one field.
Question
Filters do not delete data or records.
Question
Reports can draw data from tables or queries.
Question
Using the Back Up Database utility only saves the structure of the database,not the content.
Question
Your birthday would be a good candidate for a primary key.
Question
Only the most complex databases have more than one table.
Question
If you see plus signs (+)next to records in Datasheet view,then you know that two or more tables are related.
Question
Using Filter by Form enables you to filter on multiple criteria.
Question
DBMS stands for ________.
Question
Using the Compact and Repair Database utility on a regular basis is good practice.
Question
Be careful before you delete a record from a table.
Question
A good practice is to make backups of your databases on different storage devices.
Question
Databases only work with data,not information.
Question
Creating a database from a template can help you get started more quickly.
Question
As long as your data is accurate there is no real need to print preview your reports.
Question
A(n)________ allows you to poll the data in your database.
Question
A primary key can be a combination of several fields.
Question
Naming a table carefully is very important because it is the only way to describe what data that table contains.
Question
Using a template to create a database is not an effective use of time because of all the modifications you need to make so the database will fit your needs.
Question
The ________ icon indicates that a field is the primary key.
Question
Tables,queries,forms,and reports are all considered to be ________.
Question
A(n)________ enables you to add a set of common Access components to an existing
database.
Question
The ________ command helps you locate specific records.
Question
By default,Access uses a(n)________ Documents interface.
Question
The ________ data type is generated by Access whenever a new record is created.
Question
Access is a ________ Management System.
Question
When you double-click a query,the interface looks like a(n)________.
Question
A ________ is a stored series of steps or commands.
Question
When you format a date to display a certain way,you have changed the field's ________.
Question
You can create a(n)________ from your own database so that you can reuse its structure whenever you need.
Question
You cannot change ________ in a report; reports only display it.
Question
When you enter a field into a database,you are entering ________.
Question
In Datasheet view,________ represent columns.
Question
If you find yourself performing the same exact actions over and over,you might consider creating a (n)________.
Question
A ________ allows you to select only the records you want.
Question
Using Filter by Form allows you to filter on ________ criteria.
Question
The ________ filter operator will give you the smallest number hits.
Question
Match between columns
Record
Stores all your data
Record
Category of information
Record
Complete set of fields
Record
Uniquely identifies a record
Record
Asks a question of your data
Primary Key
Stores all your data
Primary Key
Category of information
Primary Key
Complete set of fields
Primary Key
Uniquely identifies a record
Primary Key
Asks a question of your data
Table
Stores all your data
Table
Category of information
Table
Complete set of fields
Table
Uniquely identifies a record
Table
Asks a question of your data
Field
Stores all your data
Field
Category of information
Field
Complete set of fields
Field
Uniquely identifies a record
Field
Asks a question of your data
Query
Stores all your data
Query
Category of information
Query
Complete set of fields
Query
Uniquely identifies a record
Query
Asks a question of your data
Question
Match between columns
ACCDE
Used to create modules
ACCDE
Access is one example.
ACCDE
A database format that only allows data entry
ACCDE
A collection of organized data
ACCDE
Used in several database programs
DBMS
Used to create modules
DBMS
Access is one example.
DBMS
A database format that only allows data entry
DBMS
A collection of organized data
DBMS
Used in several database programs
VBA
Used to create modules
VBA
Access is one example.
VBA
A database format that only allows data entry
VBA
A collection of organized data
VBA
Used in several database programs
SQL
Used to create modules
SQL
Access is one example.
SQL
A database format that only allows data entry
SQL
A collection of organized data
SQL
Used in several database programs
Database
Used to create modules
Database
Access is one example.
Database
A database format that only allows data entry
Database
A collection of organized data
Database
Used in several database programs
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/87
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 2: Introduction to Access
1
Which of the following produces a subset of your data?

A)Macro
B)Field
C)Table
D)Query
D
2
Which of the following views would you use to view or modify a table's structure?

A)Datasheet
B)Form
C)Design
D)Layout
C
3
How many records do most forms display?

A)0 (Forms don't display records)
B)1
C)2
D)All the records at the same time
B
4
What is not true about field properties?

A)They define a field's characteristics.
B)They vary by field type.
C)They can allow data entry to be required for a field.
D)The categories are the same for all field types.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
5
What database object organizes your data by rows and columns?

A)Table
B)Form
C)Report
D)Macro
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
6
What view normally appears when you double-click a table?

A)Form view
B)Layout view
C)Design view
D)Datasheet view
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
7
A customer's cell phone would be an example of a ________.

A)table
B)record
C)field
D)primary key
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
8
In Datasheet view,what does a pencil symbol to the left of a record indicate?

A)Data in that record has not been saved yet.
B)Data in that record has recently been modified and saved.
C)Data in that record has a data integrity violation and needs to be changed.
D)Data in that record is about to be deleted.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
9
Most users enter information into a database through the use of a ________.

A)form
B)table in datasheet view
C)query
D)macro
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
10
What interface element shows you the various objects in your database?

A)The Database Tools menu
B)The Database Properties pane
C)The Home menu
D)The Navigation Pane
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
11
What is not true about modules?

A)It is considered an advanced object.
B)It is required for intermediate users.
C)It uses the VBA programming language.
D)It provides more functionality than macros.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
12
When you click the Enable Content warning,the database is now ________.

A)trusted on this computer
B)trusted for this session
C)trusted for any computer
D)unlocked
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
13
Access is a ________ product.

A)Microsoft
B)Google
C)Yahoo
D)Corel
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
14
To assign a field size of 12 to a field in a table you would ________.

A)pick Short Text from the Data Type list
B)pick Long Text from the Data Type list
C)type 12 in the Description area of that field
D)enter 12 in the Field Size property of that field
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
15
In datasheet view,what do the rows indicate?

A)Tables
B)Fields
C)Records
D)Information
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
16
What allows you to add components to an existing database,rather than creating an entire new database?

A)Objects
B)Filters
C)Application parts
D)Templates
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
17
What are the two ways you can view a table?

A)Design and Layout views
B)Design and Datasheet views
C)Datasheet and Form views
D)Datasheet and Layout views
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
18
A module uses what programming language?

A)SQL
B)VBA
C)VBL
D)HTML
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
19
What is not true about the Compact and Repair Database utility?

A)It can help when the data becomes corrupt.
B)It can be set up to run automatically when a database is closed.
C)It is used when the database gets too many records in it.
D)It can reduce the size of a database.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
20
How can you toggle viewing the Navigation Pane?

A)Shutter Bar View/Hide button
B)Navigation Pane View/Hide button
C)Shutter Bar Open/Close button
D)Navigation Pane Open/Close button
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
21
Searching a website to help you find just the right product involves database technology.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
22
When you close a table after using a selection filter and then reopen it,what happens to the filter?

A)The filter is still operating.
B)The filter is not saved.
C)The filter is removed,but Toggle Filter will bring it back.
D)The filter is removed permanently.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
23
Which of the following is not a valid criteria in a filter?

A)="Fred"
B)=>14
C)<>125
D)Is Null
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
24
What type of filter displays records based on a criterion you choose?

A)Selection filter
B)Filter by Report
C)Exact Match filter
D)Toggle filter
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
25
What is not true about database relationships?

A)They are connections between two tables.
B)They join tables on a common field.
C)They allow for efficient database design.
D)They tend to increase the overall file size of a database.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
26
To create a database from a template you would use which view?

A)Design
B)Layout
C)Create database
D)Backstage
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
27
If you sorted a table which had 53 records by two fields,one ascending and the other descending,how many records would display?

A)It depends on how many of the fields are blank.
B)53
C)106
D)It depends on how many of the fields contain exactly the same information.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
28
Microsoft SSL Server is an example of an advanced DBMS.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
29
What is not true about records?

A)They are displayed as rows in datasheet view.
B)They represent categories of information that is stored in a database.
C)They are a complete set of fields for a person,place,etc.
D)They are stored in tables.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
30
What database object is an electronic version of the paperwork you fill out at the doctor's office?

A)Form
B)Report
C)Table
D)Field
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
31
Which of the following is not one of the three methods for creating a database?

A)Create a blank desktop database
B)Create a blank cloud database
C)Create a custom web app
D)Create a database from a template
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
32
Every time you open a database you will receive a security warning.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
33
One of the reasons someone may choose to start a database with a template is to save time by not having to ________.

A)enter so much data
B)know anything about Access
C)create as many objects
D)create the table relationships
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
34
When you split a database,what object type is put in the back end?

A)Tables
B)Forms
C)Reports
D)Macros and Modules
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
35
How would you sort records in a field so that the oldest birthday is listed first?

A)Sort by form
B)Selection sort
C)Sort descending
D)Sort ascending
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
36
Which of the following operators will give you the fewest number of hits?

A)AND
B)OR
C)NOT
D)NOR
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
37
You always know when you are using a database.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
38
Which of the following is not a valid comparison operator?

A)<>
B)=
C)=>
D)<=
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
39
When you type Smith in a person's last name field you are entering information.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
40
Which method of creating a database demands the least amount of expertise in Access?

A)Creating a blank desktop database
B)Creating a custom web app
C)Importing an Excel spreadsheet
D)Using a template
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
41
When first designing a database,it is not important what data type you assign each field because you can easily change it later.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
42
You can only sort records by one field.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
43
Filters do not delete data or records.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
44
Reports can draw data from tables or queries.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
45
Using the Back Up Database utility only saves the structure of the database,not the content.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
46
Your birthday would be a good candidate for a primary key.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
47
Only the most complex databases have more than one table.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
48
If you see plus signs (+)next to records in Datasheet view,then you know that two or more tables are related.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
49
Using Filter by Form enables you to filter on multiple criteria.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
50
DBMS stands for ________.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
51
Using the Compact and Repair Database utility on a regular basis is good practice.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
52
Be careful before you delete a record from a table.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
53
A good practice is to make backups of your databases on different storage devices.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
54
Databases only work with data,not information.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
55
Creating a database from a template can help you get started more quickly.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
56
As long as your data is accurate there is no real need to print preview your reports.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
57
A(n)________ allows you to poll the data in your database.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
58
A primary key can be a combination of several fields.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
59
Naming a table carefully is very important because it is the only way to describe what data that table contains.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
60
Using a template to create a database is not an effective use of time because of all the modifications you need to make so the database will fit your needs.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
61
The ________ icon indicates that a field is the primary key.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
62
Tables,queries,forms,and reports are all considered to be ________.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
63
A(n)________ enables you to add a set of common Access components to an existing
database.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
64
The ________ command helps you locate specific records.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
65
By default,Access uses a(n)________ Documents interface.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
66
The ________ data type is generated by Access whenever a new record is created.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
67
Access is a ________ Management System.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
68
When you double-click a query,the interface looks like a(n)________.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
69
A ________ is a stored series of steps or commands.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
70
When you format a date to display a certain way,you have changed the field's ________.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
71
You can create a(n)________ from your own database so that you can reuse its structure whenever you need.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
72
You cannot change ________ in a report; reports only display it.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
73
When you enter a field into a database,you are entering ________.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
74
In Datasheet view,________ represent columns.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
75
If you find yourself performing the same exact actions over and over,you might consider creating a (n)________.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
76
A ________ allows you to select only the records you want.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
77
Using Filter by Form allows you to filter on ________ criteria.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
78
The ________ filter operator will give you the smallest number hits.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
79
Match between columns
Record
Stores all your data
Record
Category of information
Record
Complete set of fields
Record
Uniquely identifies a record
Record
Asks a question of your data
Primary Key
Stores all your data
Primary Key
Category of information
Primary Key
Complete set of fields
Primary Key
Uniquely identifies a record
Primary Key
Asks a question of your data
Table
Stores all your data
Table
Category of information
Table
Complete set of fields
Table
Uniquely identifies a record
Table
Asks a question of your data
Field
Stores all your data
Field
Category of information
Field
Complete set of fields
Field
Uniquely identifies a record
Field
Asks a question of your data
Query
Stores all your data
Query
Category of information
Query
Complete set of fields
Query
Uniquely identifies a record
Query
Asks a question of your data
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
80
Match between columns
ACCDE
Used to create modules
ACCDE
Access is one example.
ACCDE
A database format that only allows data entry
ACCDE
A collection of organized data
ACCDE
Used in several database programs
DBMS
Used to create modules
DBMS
Access is one example.
DBMS
A database format that only allows data entry
DBMS
A collection of organized data
DBMS
Used in several database programs
VBA
Used to create modules
VBA
Access is one example.
VBA
A database format that only allows data entry
VBA
A collection of organized data
VBA
Used in several database programs
SQL
Used to create modules
SQL
Access is one example.
SQL
A database format that only allows data entry
SQL
A collection of organized data
SQL
Used in several database programs
Database
Used to create modules
Database
Access is one example.
Database
A database format that only allows data entry
Database
A collection of organized data
Database
Used in several database programs
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 87 flashcards in this deck.