Filters
Question type

Study Flashcards

Microsoft Access uses Query Design View as a QBE.

A) True
B) False

Correct Answer

verifed

verified

In Access Query Design View, which of the following expressions calculates the number of days between today's date and a field named DueDate?


A) Date - DueDate
B) Today - [DueDate]
C) Day() - [DueDate]
D) Date() - [DueDate]

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

Correct Answer

verifed

verified

A _____ is a question about the data structured in a way that the DBMS can recognize and process.


A) query
B) product
C) relationship
D) tuple

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

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) None of the above
F) A) and B)

Correct Answer

verifed

verified

The Access query design grid contains the ProductID, ProductName, and Rating fields. How can you omit the Rating field from the query results but use it to set a criterion for the query?


A) Delete the Rating field from the query design grid.
B) Add a second copy of the Rating field to the query design grid.
C) Clear the checkmark from the Rating field's Show check box.
D) Change the query to an update query.

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

Correct Answer

verifed

verified

What type of Access query creates a new table using the query results?


A) new-table
B) make-table
C) create-table
D) merge-table

E) B) and C)
F) A) and C)

Correct Answer

verifed

verified

In Access, what uniquely identifies a row in a table?


A) attribute
B) column
C) primary key
D) field

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

Correct Answer

verifed

verified

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


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

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

Correct Answer

verifed

verified

Which aggregate function do you use to total the values in a numeric field in a group of records?


A) Sum
B) Total
C) Count
D) Max

E) C) and D)
F) B) and D)

Correct Answer

verifed

verified

Which of the following criteria selects all records containing a value greater than 250?


A) ="250"
B) 250
C) <>250
D) >250

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

Correct Answer

verifed

verified

Which of the following is a technique for increasing the speed of Access queries?


A) Use Query Design View to join tables.
B) Type field names directly into the query design grid.
C) Include fields considered optional for the query.
D) Delete field lists that are not needed for the query.

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Based on the following notation, which relational algebra command would list all information from the table concerning the customer with numeric CustomerNum 260? Customer (CustomerNum, CustomerName, Street, City, State, PostalCode)


A) SELECT Customer 260 RESULTS Answer
B) SELECT Customer WHERE CustomerNum=260 GIVING Answer
C) SELECT Customer GIVING Answer WHERE CustomerNum='260'
D) SELECT Customer WHERE CustomerNum='260' RESULTS Answer

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

Correct Answer

verifed

verified

What type of query could you run to remove records with a product ID of 702 from the Products table?


A) update query
B) difference query
C) delete query
D) parameter query

E) C) and D)
F) B) and D)

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) B) and D)
F) B) and C)

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

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) B) and D)
F) None of the above

Correct Answer

verifed

verified

List six properties that define a relation, a two-dimensional table.

Correct Answer

verifed

verified

A relation is a two-dimensional table in...

View Answer

If you use ____________________ criteria, each criterion must be true for a record to be selected.


A) OR
B) aggregate
C) AND
D) BOTH

E) A) and C)
F) A) and B)

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) B) and D)
F) B) and C)

Correct Answer

verifed

verified

In Access a(n) _____ query permanently removes all the records from the selected table(s) that satisfy the criteria entered in the query.


A) update
B) delete
C) make-table
D) parameter

E) A) and C)
F) B) and C)

Correct Answer

verifed

verified

Showing 21 - 40 of 50

Related Exams

Show Answer