Exam 5: Multiple-Table Queries

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

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
(39)

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

(True/False)
4.8/5
(32)

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

(Multiple Choice)
4.9/5
(33)

To produce the same results as the INTERSECT operator,use the BETWEEN operator and a subquery.

(True/False)
4.9/5
(31)

You can join three tables together but not four tables.

(True/False)
4.8/5
(45)

There are three set operations: union,intersection,difference.Define each of these operations.Which are supported by Oracle?​

(Essay)
4.7/5
(35)

You can use the EXISTS operator to retrieve data from more than one table.

(True/False)
4.7/5
(37)

The subquery that involves a table listed in the outer query is called a(n)____________________ subquery.​

(Short Answer)
4.8/5
(40)

When a subquery involves a table listed in the outer query,the subquery is called a(n)____ subquery.​

(Multiple Choice)
4.8/5
(40)

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

(Essay)
4.9/5
(38)

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

(Short Answer)
4.7/5
(41)

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

(Short Answer)
4.7/5
(35)

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

(Essay)
4.8/5
(36)

It is permissible to qualify all column names in a query.

(True/False)
4.9/5
(39)

There is only one approach to joining tables.

(True/False)
4.8/5
(38)

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

(Short Answer)
4.9/5
(39)

If the SQL implementation truly supports the union operation,it will remove any duplicate ____________________ automatically.​

(Short Answer)
4.7/5
(31)

Two tables are ____ compatible if they have the same number of columns and if their corresponding columns have identical data types and lengths.​

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.8/5
(29)

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

(True/False)
4.8/5
(31)
Showing 41 - 60 of 75
close modal

Filters

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