Exam 5: Multiple-Table Queries

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

It is easy to create a product inadvertently by omitting the WHERE clause when you are attempting to join tables.

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

True

You must join tables by finding rows in the two tables that have identical values in matching columns.

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

True

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

Free
(Short Answer)
4.8/5
(38)
Correct Answer:
Verified

product
Cartesian Product​

A join that compares the tables in the FROM clause and lists only those rows that satisfy the condition in the WHERE clause is called a(n)____________________ join.​

(Short Answer)
4.8/5
(36)

To ensure that query results are listed in a desired order,use the ORDER BY clause.

(True/False)
4.8/5
(32)

You can perform special operations,such as self-joins,within SQL.

(True/False)
4.8/5
(33)

The product operation is commonly used.

(True/False)
4.9/5
(30)

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

In a(n)____ join,all rows from both tables are included regardless of whether they match rows from the other table.​

(Multiple Choice)
4.8/5
(34)

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.7/5
(39)

If you had two separate tables for customers and the query requested customers in the first table having the same city as customers in the second table,you could use a normal ____________________ operation to find the answer.​

(Short Answer)
4.8/5
(38)

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

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

Which of the following joins compares the tables in the FROM clause and lists only those rows that satisfy the condition in the WHERE clause?​

(Multiple Choice)
4.9/5
(37)

You create an alias by typing the name of the table,pressing the ____,and then typing the name of the alias.​

(Multiple Choice)
4.7/5
(24)

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.8/5
(36)

When there is potential ambiguity in listing column names,you must ____________________ the columns involved in the query.​

(Short Answer)
4.9/5
(34)

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.8/5
(31)

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

(True/False)
4.8/5
(33)

In a multiple-table query,you list all the desired columns in the ____________________ clause and qualify any columns that appear in more than one table.​

(Short Answer)
4.8/5
(39)
Showing 1 - 20 of 75
close modal

Filters

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