Exam 5: Multiple-Table Queries

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

There is only one approach to joining tables.

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

False

When the innermost subquery is evaluated, a permanent table is produced.

Free
(True/False)
4.7/5
(32)
Correct Answer:
Verified

False

Table A has 10 rows and table B has 10 rows. The product of Table A and Table B would have 100 rows.

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

True

The ____ of two tables is a table containing every row that is in either the first table, the second table, or both tables.

(Multiple Choice)
4.9/5
(36)

SQL performs many built-in ____________________ that analyze queries to determine the best way to satisfy them.

(Short Answer)
4.7/5
(36)

You can use the ALL and ANY operators with subqueries to produce a single column of numbers.

(True/False)
4.8/5
(37)

In a ____, all rows from the table on the left (the table listed first in the query) will be included regardless of whether they match rows from the table on the right (the table listed second in the query).

(Multiple Choice)
4.9/5
(37)

The ____________________ of two tables is a table containing every row that is in either the first table, the second table, or both tables.

(Short Answer)
4.9/5
(43)

You can use the IN operator to retrieve data from multiple tables..

(True/False)
4.8/5
(29)

To qualify a column name, precede the name of the column with the name of the table, followed by a(n) ____.

(Multiple Choice)
4.8/5
(43)

If you precede the subquery by the ____ operator, the condition is true only if it satisfies all values produced by the subquery.

(Multiple Choice)
4.8/5
(35)

What steps should you take to construct a detailed query in a step-by-step fashion?

(Essay)
4.7/5
(44)

Oracle and SQL Server support the ____ operator but Microsoft Access does not.

(Multiple Choice)
4.8/5
(37)

The ____________________ of two tables is the set of all rows that are in the first table but that are not in the second table.

(Short Answer)
4.8/5
(37)

You must use a comma or a period to separate a table name from its alias.

(True/False)
4.8/5
(35)

When using a DBMS without an optimizer, the formulation of a query can make a difference in the speed with which the query is executed..

(True/False)
4.9/5
(31)

Sometimes you need to list all the rows from one of the tables in a join, regardless of whether they match any rows in the other table. This type of join is called a(n) ____________________ join.

(Short Answer)
4.8/5
(32)

The ____ of two tables is a table containing all rows that are in both tables.

(Multiple Choice)
4.7/5
(37)

Describe the types of outer joins.

(Essay)
4.9/5
(32)

For an SQL implementation to truly support the union operation, it must remove ____ rows automatically.

(Multiple Choice)
4.9/5
(40)
Showing 1 - 20 of 75
close modal

Filters

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