Exam 5: Multiple-Table Queries

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

To relate two tables, in the FROM clause list all columns involved in the query.

(True/False)
4.7/5
(39)

The ____________________ of two tables is the combination of all rows in the first table and all rows in the second table.

(Short Answer)
4.8/5
(46)

For two tables to be union compatible, the columns of the two tables must be identical.

(True/False)
4.9/5
(44)

You can precede a subquery with the ____ operator to create a condition that is true if one or more rows are obtained when the subquery is executed.

(Multiple Choice)
4.9/5
(35)

To retrieve data from more than one table, you must ____________________ the tables together by finding rows in the two tables that have identical values in matching columns.

(Short Answer)
4.8/5
(39)

A subquery within a subquery is called a(n) ____________________ subquery.

(Short Answer)
4.9/5
(50)

Joining a table to itself is called a(n) ____________________.

(Short Answer)
4.8/5
(27)

In a nested query, the outer query is evaluated first.

(True/False)
4.9/5
(36)

One reason for using an alias is simplicity.

(True/False)
4.9/5
(37)

When tables are listed in the FROM clause, you can give each table a(n) ____________________, or an alternate name.

(Short Answer)
4.9/5
(29)

To produce the same results as the MINUS operator, use NOT, the IN operator and a subquery.

(True/False)
4.8/5
(39)

To retrieve data from multiple tables in a query you can use the ____ operator with a subquery.

(Multiple Choice)
4.8/5
(47)

What steps should you take to construct the SQL command to join (relate) tables?

(Essay)
4.7/5
(38)

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

(Short Answer)
4.8/5
(36)

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

(Short Answer)
4.7/5
(31)
Showing 61 - 75 of 75
close modal

Filters

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