Exam 8: Using SQL

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

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

(True/False)
4.8/5
(30)

    The accompanying figure shows a query result that is sorted by amount paid within business analyst. Business Analyst Number is the ____________________ sort key. The accompanying figure shows a query result that is sorted by amount paid within business analyst. Business Analyst Number is the ____________________ sort key.

(Short Answer)
4.8/5
(31)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
SQL clause that restricts retrieval to groups.
Responses:
WHERE
HAVING
DISTINCT
Correct Answer:
Verified
Premises:
Responses:
SQL clause that restricts retrieval to groups.
WHERE
(Matching)
4.8/5
(34)

To restrict groups that appear in a SQL query, use the _____ clause.

(Multiple Choice)
4.7/5
(40)

If a criterion in a SQL query uses a date, enclose the value between _____ signs.

(Multiple Choice)
4.8/5
(27)

To use or interface with SQL Server requires knowledge of SQL.

(True/False)
4.8/5
(36)

You can change the font size for queries but not for datasheets.

(True/False)
4.8/5
(36)

SQL has built-in functions, also called aggregate functions, to calculate the number of entries, the sum or average of all entries in a given column, and the largest or smallest of the entries in a given column.

(True/False)
4.9/5
(42)

Intersection criteria are formed by connecting two or more simple criteria using AND, OR, and NOT.

(True/False)
4.9/5
(32)

Modified Multiple Choice Computations in SQL can involve _____.

(Multiple Choice)
4.8/5
(42)

When tables appear in the FROM clause, you can give each table a(n) ____________________, or an alternative name, that you can use in the rest of the statement.

(Short Answer)
4.9/5
(38)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
Symbol that indicates all fields are to appear in query result.
Responses:
!=
IN
HAVING
Correct Answer:
Verified
Premises:
Responses:
Symbol that indicates all fields are to appear in query result.
!=
(Matching)
4.7/5
(39)

Critical Thinking Questions Case 7-1 An employee at Camashaly Design has created the SQL query shown in the accompanying figure but she would like to modify it. She does not like the Expr1000 that appears as a column heading and she would like to find the client with the largest current due. Critical Thinking Questions Case 7-1 An employee at Camashaly Design has created the SQL query shown in the accompanying figure but she would like to modify it. She does not like the Expr1000 that appears as a column heading and she would like to find the client with the largest current due.       What function should the employee use to determine the largest current due? What function should the employee use to determine the largest current due?

(Short Answer)
4.9/5
(34)

To use grouping in a SQL query, include a(n) ____________________ clause in the SQL command.

(Short Answer)
4.7/5
(42)

When you create a basic SELECT-FROM-WHERE expression in SQL, a list of ____________________(s) follows the word SELECT.

(Short Answer)
4.8/5
(39)

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

(True/False)
4.8/5
(34)

Oracle and SQL Server use the percent sign (%) as a wildcard to represent any collection of characters.

(True/False)
4.8/5
(31)

Microsoft Access does not allow spaces within table names and field names.

(True/False)
4.8/5
(29)

Critical Thinking Questions Case 7-2 An employee at Camashaly Design needs to create an additional SQL query. She needs to sort records by current due within business analyst number. How can she ensure that no duplicate records appear in the query result?

(Short Answer)
4.7/5
(36)

The question mark (?) wildcard represents any collections of characters.

(True/False)
4.8/5
(32)
Showing 81 - 100 of 112
close modal

Filters

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