Filters
Question type

Study Flashcards

The field you use to sort records is called the _____.


A) sort key
B) sort argument
C) parent key
D) foreign key

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

A

If you are sorting records by more than one field, which field is the first field that is evaluated for sorting purposes?


A) primary sort key
B) secondary sort key
C) maximum sort key
D) minor sort key

E) A) and D)
F) A) and C)

Correct Answer

verifed

verified

In relational algebra, which command retrieves rows from a table based on specified criteria?


A) SELECT
B) JOIN
C) CREATE
D) UNION

E) B) and C)
F) All of the above

Correct Answer

verifed

verified

Discuss the difference between the major sort key and the minor sort key using an example.

Correct Answer

verifed

verified

When you are sorting records by more tha...

View Answer

What is the difference between the records that are selected when AND criteria versus OR criteria in a query?

Correct Answer

verifed

verified

In AND criteria, each criterio...

View Answer

List five aggregate functions available in Access.

Correct Answer

verifed

verified

The aggregate functions discus...

View Answer

To select data from more than one table at the same time, you need to perform a make-table query.

A) True
B) False

Correct Answer

verifed

verified

False

The attributes of an entity become the fields or columns in a table.

A) True
B) False

Correct Answer

verifed

verified

When you can determine the value of a field using information from existing fields in a record in a query, you should create a(n) _____.


A) argument
B) compound condition
C) grouping field
D) computed field

E) B) and D)
F) A) and B)

Correct Answer

verifed

verified

If you want to select records containing the text Consulting in the ProjectType field, how does Access save the criterion in the query grid of Query Design View?


A) "Consulting"
B) #Consulting#
C) [Consulting]
D) (Consulting)

E) None of the above
F) All of the above

Correct Answer

verifed

verified

Which of the following Access functions can you use to return the number of records in a group of records?


A) Group
B) Count
C) Total
D) Number

E) A) and D)
F) A) and C)

Correct Answer

verifed

verified

In the Access QBE, where do you specify criteria for a query?


A) in the upper pane of Query Design View
B) in the Criteria row of the query design grid
C) in Datasheet view of the query
D) in the Navigation Pane

E) C) and D)
F) A) and C)

Correct Answer

verifed

verified

In relational algebra, what command is used to identify certain columns?


A) SELECT
B) DELETE
C) PROGRAM
D) PROJECT

E) None of the above
F) C) and D)

Correct Answer

verifed

verified

How are aggregate functions different from other types of functions?


A) Aggregate functions make calculations on groups of records.
B) Aggregate functions return yes/no or true/false values.
C) Aggregate functions work only with numeric data.
D) Aggregate functions do not work with date values.

E) None of the above
F) B) and C)

Correct Answer

verifed

verified

In Access, if you want a query to list the ProductID, Category, and Description field values and sort the records by description within each category, how should you arrange the fields from left to right in the query design grid?


A) ProductID, Description, Category
B) Description, Category, ProductID
C) Description, ProductID, Category
D) ProductID, Category, Description

E) A) and D)
F) C) and D)

Correct Answer

verifed

verified

You can create compound criteria (conditions) in a query by using which of the following two keywords?


A) AND, OR
B) AND, NOR
C) OR, NOT
D) NOT, ONLY

E) None of the above
F) All of the above

Correct Answer

verifed

verified

A

Based on the following table, which relational algebra command creates a new table named CustState containing the fields CustomerNum and State? Customer (CustomerNum, CustomerName, Street, City, State, PostalCode)


A) JOIN Customer WITH (CustomerNum, State) GIVING CustState
B) PROJECT Customer OVER (CustomerNum, State) GIVING CustState
C) SELECT Customer OVER (CustomerNum, State) GIVING CustState
D) MAKE-TABLE CustState FROM Customer WITH (CustomerNum, State)

E) C) and D)
F) All of the above

Correct Answer

verifed

verified

What type of functions are Count, Sum, Avg, Max, and Min?


A) accumulation
B) allowed
C) primary
D) aggregate

E) B) and D)
F) None of the above

Correct Answer

verifed

verified

What do you call the field used to join two tables on the "many" side of a one-to-many relationship?


A) foreign key field
B) primary key field
C) secondary sort field
D) calculated field

E) A) and D)
F) All of the above

Correct Answer

verifed

verified

Explain what relational algebra is and provide an example showing how it is used.

Correct Answer

verifed

verified

Relational algebra is a query language t...

View Answer

Showing 1 - 20 of 50

Related Exams

Show Answer