Exam 8: Using SQL

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

  The accompanying figure shows a SQL query to join two tables. 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. The accompanying figure shows a SQL query to join two tables. 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.

(Multiple Choice)
5.0/5
(42)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
Symbol that indicates not equal to comparison operator.
Responses:
WHERE
!=
ORDER BY
Correct Answer:
Verified
Premises:
Responses:
Symbol that indicates not equal to comparison operator.
WHERE
(Matching)
4.8/5
(27)

When a query does not involve an exact match, use the PATTERN operator with a wildcard symbol.

(True/False)
4.9/5
(40)

    The accompanying figure shows a query result that is sorted by amount paid within business analyst. To eliminate duplicate values in the results of a query, use the ____________________ operator. The accompanying figure shows a query result that is sorted by amount paid within business analyst. To eliminate duplicate values in the results of a query, use the ____________________ operator.

(Short Answer)
5.0/5
(31)

To add records to a table, you use the INSERT INTO command with a(n) _____ clause.

(Multiple Choice)
4.9/5
(28)

  The accompanying figure shows a SQL query to join two tables. A join that would list all the rows from one of the tables in a join, regardless of whether they match any rows in the other table, is called a(n) _____ join. The accompanying figure shows a SQL query to join two tables. A join that would list all the rows from one of the tables in a join, regardless of whether they match any rows in the other table, is called a(n) _____ join.

(Multiple Choice)
4.9/5
(40)

The default font size for queries is _____.

(Multiple Choice)
4.8/5
(22)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
SQL clause that restricts retrieval to rows.
Responses:
AS
HAVING
IN
Correct Answer:
Verified
Premises:
Responses:
SQL clause that restricts retrieval to rows.
AS
(Matching)
4.9/5
(24)

    The accompanying figure shows a query result that is sorted by amount paid within business analyst. To sort the records by business analyst and then descending amount paid, follow the amount paid sort key with ____________________ operator. The accompanying figure shows a query result that is sorted by amount paid within business analyst. To sort the records by business analyst and then descending amount paid, follow the amount paid sort key with ____________________ operator.

(Short Answer)
4.9/5
(37)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
SQL clause that sorts output.
Responses:
DISTINCT
HAVING
SUM
Correct Answer:
Verified
Premises:
Responses:
SQL clause that sorts output.
DISTINCT
(Matching)
4.7/5
(34)

Modified Multiple Choice The possible versions of the "not equal to" operator are _____.

(Multiple Choice)
4.9/5
(34)

What three SQL commands are available for updating databases?

(Essay)
4.8/5
(34)
Showing 101 - 112 of 112
close modal

Filters

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