Exam 8: Using SQL

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

To sort output in a SQL statement, use the ORDER BY clause.

Free
(True/False)
4.9/5
(37)
Correct Answer:
Verified

True

When simple criteria are connected by the word _____, all the simple criteria must be true in order for the compound criterion to be true.

Free
(Multiple Choice)
4.9/5
(29)
Correct Answer:
Verified

B

You cannot use copy and paste commands when you enter SQL commands.

Free
(True/False)
5.0/5
(36)
Correct Answer:
Verified

False

To calculate the total of a numeric column, such as Amount Paid, use the ____________________ function.

(Short Answer)
4.7/5
(34)

To receive context-sensitive help on any of the keywords in a SQL query, click anywhere in the word about which you wish to obtain help, and then press F 5.

(True/False)
4.8/5
(29)

The UNIQUE operator eliminates duplicate values in the results of a query.

(True/False)
4.8/5
(35)

When simple criteria involve a numeric field, you type only the number, not commas or dollar signs.

(True/False)
4.9/5
(36)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
SQL clause to use with subqueries.
Responses:
AS
IN
SUM
Correct Answer:
Verified
Premises:
Responses:
SQL clause to use with subqueries.
AS
(Matching)
4.7/5
(39)

To quit Access, click the ____ button on the right side of the Access title bar.

(Multiple Choice)
4.9/5
(38)

To sort in descending order, follow the name of the sort key with the DESC operator.

(True/False)
4.9/5
(28)

SQL is an abbreviation for Standard Query Language.

(True/False)
4.9/5
(41)

To change the font size for SQL queries, click File on the Ribbon, click Options in the Backstage view, and then click _____ in the Access Options dialog box.

(Multiple Choice)
4.8/5
(42)

To save a query, click the Save button on the Quick Access Toolbar.

(True/False)
5.0/5
(29)

When simple criteria are connected by the word _____, the compound criterion will be true whenever any of the simple criteria are true.

(Multiple Choice)
4.9/5
(37)

Because it is a common convention, and necessary in some version of SQL, place a semicolon (;) at the end of each SQL command.

(True/False)
4.7/5
(33)

To view the results of a SQL query, type the SQL statement and then click the _____ button to view the results.

(Multiple Choice)
4.8/5
(32)

  The accompanying figure shows a SQL query to join two tables. A join that compares the tables in the FROM clause and lists only those rows that satisfy the condition in the WHERE clause is called a(n) _____ join. The accompanying figure shows a SQL query to join two tables. A join that compares the tables in the FROM clause and lists only those rows that satisfy the condition in the WHERE clause is called a(n) _____ join.

(Multiple Choice)
4.8/5
(35)

You want to create a query that joins two tables. What three steps should you follow when you create the query?

(Essay)
4.9/5
(37)

The _____ query combines fields from more than one table into one query set.

(Multiple Choice)
5.0/5
(36)

To use the word NOT in a criterion, follow the criterion with the word NOT.

(True/False)
4.9/5
(39)
Showing 1 - 20 of 112
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)