Introduction Answers

25 verified answers
2
Free Preview

What is a primary key?

A
a field that uniquely identifies a record in a table
B
a field that uniquely identifies a table
C
the first security key entered by a database user
D
the first security key entered by a database administrator
3

A simple query

A
retrieves data from one table in a database.
B
can search only a few records.
C
sorts records but cannot group them by category.
D
can be used to answer any simple question about a set of data.
4

When is it a good time to create a database?

A
when you have a long list of contacts you need to save and refer to
B
when you have a short list of contacts you need to save and refer to
C
when you have a small volume of data you need to track and calculate
D
when you have large volumes of data you need to track and analyze
5

A spreadsheet is the best choice to

A
keep track of employees’ work hours and salary for computing the payroll.
B
identify voters who will receive political literature for the party to which they belong.
C
keep track of the location of products in the warehouse using department and item codes.
D
keep track of customers and their product preferences to send the correct catalogues to them.
7

Samantha’s database contains a table of student scores and another table with student schedules. How can Samantha use this information to help her decide how to group students for review class?

A
She can use a simple query to sort the scores in ascending order.
B
She can use a simple query to group student scores by name.
C
She can use a complex query linking student scores by name and available study period, then sort the data and group it.
D
She can use a complex query to retrieve all scores below 65.
8

When creating a database, in which step do you add foreign keys to tables?

A
when creating relationships within tables
B
when creating relationships between tables
C
when logically organizing data into tables and fields
D
when determining what data to store
9

What is the first step in creating a database?

A
creating relationships within tables
B
creating relationships between tables
C
determining the number of tables to create
D
determining what data will be stored
11

Which statement is true?

A
An employee list can give the departments and job titles of employees.
B
A product list can include names and addresses of buyers of the product.
C
A medical record can include consumer buying behaviors of prescriptions.
D
A market research report can give names of employees of a company.
13

Which is an unbound form with menu options for navigating a database?

A
a hierarchical form
B
a switchboard
C
a flat form
D
a custom dialogue box
15

Which collection of fields demonstrates a logical organization of information in a table that tracks product data?

A
Product ID, Product Name, Price, Customer Address
B
Product ID, Product Name, Product Description, Price
C
Customer Name, Favorite Product, Customer Address
D
Customer Name, Product Name, Order Total
16

A report titled “Employees in Company A” contains the names of employees in descending alphabetical order, with the number of years each employee worked at the company. Which statement is true?

A
The report is sorted only because it organizes the names of the employees in alphabetical order.
B
The report is sorted only because it gives information about employees by number of years of employment.
C
The report is grouped only because it organizes the names of the employees in alphabetical order.
D
The report is grouped only because it gives information about employees by number of years of employment.
17

Serena, an analyst at an environmental agency, wants to prepare a report using data from the Car Emissions database. In her report she plans to include written analysis as well as circle graphs. To best complete this task, she can

A
export the query results from the database to a spreadsheet, then export the graph to a document.
B
export the query results into a word processing document, then import the graph into the same document.
C
export the graph into a spreadsheet.
D
export the query into a word processing document.

Did you find these answers helpful?