Exam 8: Using SQL

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

SQL is a non-standardized language.

(True/False)
4.9/5
(32)

Less than ( ), and NOT (not equal to) are examples of _____.

(Multiple Choice)
4.7/5
(34)

When you create SQL queries, you should follow some general guidelines for query design. What are these six guidelines?

(Essay)
4.9/5
(27)

To assign a name to the results of a function, follow the expression for the function with the word ____________________ and then the name to be assigned to the result.

(Short Answer)
4.8/5
(35)

To include all fields in a SQL query, use the _____ symbol after the word SELECT.

(Multiple Choice)
4.7/5
(43)

SQL was developed under the name _____ at the IBM San Jose research facilities.

(Multiple Choice)
4.8/5
(30)

Modified Multiple Choice If data is to be sorted on two fields, the more important key is called the _____.

(Multiple Choice)
4.7/5
(38)

If you want to list all the rows in the tables, you do not need to include the word WHERE in a SQL statement.

(True/False)
4.8/5
(36)

There are two different versions for the "not equal to" comparison operator; and _____.

(Multiple Choice)
4.9/5
(28)

You can use a(n) _____ clause with a list as an alternative to an OR criterion when the OR criterion involves a single field.

(Multiple Choice)
4.8/5
(37)

The ____________________ wildcard represents any collection of characters.

(Short Answer)
4.9/5
(28)

To save a query, click the Save button on the ____.

(Multiple Choice)
4.8/5
(31)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
SQL clause that assigns a name to a calculation.
Responses:
ORDER BY
AS
IN
Correct Answer:
Verified
Premises:
Responses:
SQL clause that assigns a name to a calculation.
ORDER BY
(Matching)
4.8/5
(39)

To assign a name to a calculation, follow the calculation with the word AS and then the name to be assigned to the result.

(True/False)
4.8/5
(40)

The _____ query enables you to send SQL commands directly to ODBC (Open Database Connectivity) databases.

(Multiple Choice)
4.9/5
(35)

To create a SQL query that does not involve an exact match, use the ____________________ operator.

(Short Answer)
4.7/5
(34)

If you need to search for a value that contains only a certain collection of characters, use the _____ operator with a wildcard symbol.

(Multiple Choice)
4.8/5
(35)

When a name containing a space appears in SQL, it must be enclosed in square brackets .

(True/False)
4.8/5
(48)

The at symbol (@) wildcard represents any collections of characters.

(True/False)
4.9/5
(35)

The _____ query allows you to create or alter database tables or create indexes in Access directly.

(Multiple Choice)
4.9/5
(38)
Showing 41 - 60 of 112
close modal

Filters

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