Exam 9: Joining Data From Multiple Tables

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

The ____________________ set operator is used to display the results that were returned by the first query that were not also returned by the second query.

(Short Answer)
4.8/5
(42)

   Structure of the BOOKS table     Structure of the PUBLISHER table -Which of the following will display the title, publication date, and publisher name of each book in the BUSINESS category? Structure of the BOOKS table    Structure of the BOOKS table     Structure of the PUBLISHER table -Which of the following will display the title, publication date, and publisher name of each book in the BUSINESS category? Structure of the PUBLISHER table -Which of the following will display the title, publication date, and publisher name of each book in the BUSINESS category?

(Multiple Choice)
4.8/5
(33)

   Structure of the CUSTOMERS table     Structure of the ORDERS table     Structure of the ORDERITEMS table     Structure of the BOOKS table -To display the name of each customer and the ISBN of each book purchased by the customers would require how many joins in the FROM clause of the SQL statement? Structure of the CUSTOMERS table    Structure of the CUSTOMERS table     Structure of the ORDERS table     Structure of the ORDERITEMS table     Structure of the BOOKS table -To display the name of each customer and the ISBN of each book purchased by the customers would require how many joins in the FROM clause of the SQL statement? Structure of the ORDERS table    Structure of the CUSTOMERS table     Structure of the ORDERS table     Structure of the ORDERITEMS table     Structure of the BOOKS table -To display the name of each customer and the ISBN of each book purchased by the customers would require how many joins in the FROM clause of the SQL statement? Structure of the ORDERITEMS table    Structure of the CUSTOMERS table     Structure of the ORDERS table     Structure of the ORDERITEMS table     Structure of the BOOKS table -To display the name of each customer and the ISBN of each book purchased by the customers would require how many joins in the FROM clause of the SQL statement? Structure of the BOOKS table -To display the name of each customer and the ISBN of each book purchased by the customers would require how many joins in the FROM clause of the SQL statement?

(Multiple Choice)
4.8/5
(31)

Which of the following types of joins refers to joining a table to itself?

(Multiple Choice)
4.8/5
(38)

A Cartesian join usually results from the user omitting the joining condition that links two or more tables together.

(True/False)
4.8/5
(33)

   Structure of the CUSTOMERS table     Structure of the ORDERS table     Structure of the ORDERITEMS table     Structure of the BOOKS table -Which of the following SQL statements will display the title of the books ordered by customer# 1003? Structure of the CUSTOMERS table    Structure of the CUSTOMERS table     Structure of the ORDERS table     Structure of the ORDERITEMS table     Structure of the BOOKS table -Which of the following SQL statements will display the title of the books ordered by customer# 1003? Structure of the ORDERS table    Structure of the CUSTOMERS table     Structure of the ORDERS table     Structure of the ORDERITEMS table     Structure of the BOOKS table -Which of the following SQL statements will display the title of the books ordered by customer# 1003? Structure of the ORDERITEMS table    Structure of the CUSTOMERS table     Structure of the ORDERS table     Structure of the ORDERITEMS table     Structure of the BOOKS table -Which of the following SQL statements will display the title of the books ordered by customer# 1003? Structure of the BOOKS table -Which of the following SQL statements will display the title of the books ordered by customer# 1003?

(Multiple Choice)
4.8/5
(38)

In a Cartesian join, linking a table that contains 10 rows to a table that contains 9 rows will result in ____ rows being displayed in the output.

(Multiple Choice)
4.8/5
(33)

   Structure of the PROMOTION table     Structure of the BOOKS table     Structure of the ORDERITEMS table -Which of the following SQL statements will display the gift or gifts that should be sent with order# 1003? Structure of the PROMOTION table    Structure of the PROMOTION table     Structure of the BOOKS table     Structure of the ORDERITEMS table -Which of the following SQL statements will display the gift or gifts that should be sent with order# 1003? Structure of the BOOKS table    Structure of the PROMOTION table     Structure of the BOOKS table     Structure of the ORDERITEMS table -Which of the following SQL statements will display the gift or gifts that should be sent with order# 1003? Structure of the ORDERITEMS table -Which of the following SQL statements will display the gift or gifts that should be sent with order# 1003?

(Multiple Choice)
4.8/5
(32)

Which of the following keywords is used to create an equality join?

(Multiple Choice)
4.8/5
(33)

A column qualifier is separated from the column name with a colon.

(True/False)
4.8/5
(33)

Which of the following set operators can be used to make certain that only the rows returned by both queries are displayed in the results?

(Multiple Choice)
4.9/5
(35)

The NATURAL JOIN keywords can be used to link two tables that have a commonly named and defined column.

(True/False)
4.9/5
(34)

   Structure of the ORDERS table     Structure of the CUSTOMERS table -Which of the following SQL statements will display all customers who have not recently placed an order? Structure of the ORDERS table    Structure of the ORDERS table     Structure of the CUSTOMERS table -Which of the following SQL statements will display all customers who have not recently placed an order? Structure of the CUSTOMERS table -Which of the following SQL statements will display all customers who have not recently placed an order?

(Multiple Choice)
4.8/5
(38)

The  outer join \underline {\text { outer join } } operator is used to combine the results of multiple SELECT statements. _________________________

(True/False)
4.8/5
(32)

An outer join only lists rows that contain a match in both tables.

(True/False)
4.9/5
(28)

In which of the following examples is the ORDERS table used as a column qualifier?

(Multiple Choice)
4.9/5
(31)

Which of the following is used to create an outer join in a WHERE clause?

(Multiple Choice)
4.8/5
(41)

   Structure of the ORDERS table     Structure of the CUSTOMERS table -Which of the following queries will display data from both the ORDERS and CUSTOMERS tables? Structure of the ORDERS table    Structure of the ORDERS table     Structure of the CUSTOMERS table -Which of the following queries will display data from both the ORDERS and CUSTOMERS tables? Structure of the CUSTOMERS table -Which of the following queries will display data from both the ORDERS and CUSTOMERS tables?

(Multiple Choice)
4.9/5
(34)

The outer join operator is placed on the side of the comparison that is deficient or is missing the matching rows.

(True/False)
4.8/5
(31)

A(n) ____________________ join is used when the related columns between two tables cannot be joined through an equal sign.

(Short Answer)
5.0/5
(33)
Showing 101 - 120 of 131
close modal

Filters

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