Filters
Question type

Study Flashcards

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


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

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

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

Correct Answer

verifed

verified

In Access, you can display the results of a select query using the Run button or the View button.

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

Correct Answer

verifed

verified

What happens when you run a select query in Access?


A) Access creates a unique copy of the data.
B) Access selects current data from underlying tables.
C) Access creates a table with the specified fields and records.
D) Access locks the underlying tables so they cannot be changed.

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

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

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]

Correct Answer

verifed

verified

A relational database handles entities, attributes, and relationships by storing each entity in its own row.

Correct Answer

verifed

verified

Showing 41 - 50 of 50

Related Exams

Show Answer