Exam 9: Joining Data From Multiple Tables

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

Which of the following keywords can be used to join two tables that do not contain a commonly named and defined column?

(Multiple Choice)
4.9/5
(42)

Which of the following set operators will display only the unique results of the combined SQL statements?

(Multiple Choice)
4.8/5
(39)

   Structure of the PROMOTION table     Structure of the BOOKS table     Structure of the ORDERITEMS table -How many joining conditions will be required in an SQL statement that is used to determine the gift that corresponds to each book in the BOOKS table? Structure of the PROMOTION table    Structure of the PROMOTION table     Structure of the BOOKS table     Structure of the ORDERITEMS table -How many joining conditions will be required in an SQL statement that is used to determine the gift that corresponds to each book in the BOOKS table? Structure of the BOOKS table    Structure of the PROMOTION table     Structure of the BOOKS table     Structure of the ORDERITEMS table -How many joining conditions will be required in an SQL statement that is used to determine the gift that corresponds to each book in the BOOKS table? Structure of the ORDERITEMS table -How many joining conditions will be required in an SQL statement that is used to determine the gift that corresponds to each book in the BOOKS table?

(Multiple Choice)
4.8/5
(30)

Which of the following set operators will display the results of the combined SQL statements without suppressing duplicate rows?

(Multiple Choice)
4.8/5
(25)

A(n) ____ is used to combine the results of two queries.

(Multiple Choice)
5.0/5
(43)

A full outer join cannot be created in the ____________________ clause.

(Short Answer)
4.7/5
(37)

A(n) ____________________ outer join is necessary when you need rows returned from either table that do not have a matching record in the other table.

(Short Answer)
4.8/5
(39)

The JOIN keyword is included in which of the following clauses?

(Multiple Choice)
4.7/5
(37)

A full outer join can be created by including an outer join operator on both sides of the linking condition stated in the WHERE clause.

(True/False)
4.9/5
(34)

   Contents of the PROMOTION table     Structure of the BOOKS table -Which of the following SQL statements will display the gift that should be sent to any customer who orders the book titled SHORTEST POEMS? Contents of the PROMOTION table    Contents of the PROMOTION table     Structure of the BOOKS table -Which of the following SQL statements will display the gift that should be sent to any customer who orders the book titled SHORTEST POEMS? Structure of the BOOKS table -Which of the following SQL statements will display the gift that should be sent to any customer who orders the book titled SHORTEST POEMS?

(Multiple Choice)
5.0/5
(26)

Explain the difference between an inner join and an outer join.

(Essay)
4.9/5
(34)

Explain the purpose of a set operator.

(Essay)
4.9/5
(26)

   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 title of each book purchased by the customers would require how many join conditions? 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 title of each book purchased by the customers would require how many join conditions? 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 title of each book purchased by the customers would require how many join conditions? 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 title of each book purchased by the customers would require how many join conditions? Structure of the BOOKS table -To display the name of each customer and the title of each book purchased by the customers would require how many join conditions?

(Multiple Choice)
4.9/5
(28)

An inequality join refers to a join that is used to link a table to a copy of itself.

(True/False)
4.8/5
(35)

The most common type of join is an equijoin, which joins two or more tables together based upon the tables having equivalent data values in a common column.

(True/False)
4.8/5
(32)

A table alias cannot be assigned in the FROM clause if which of the following keywords is used to join tables?

(Multiple Choice)
4.7/5
(39)

If you are joining two tables in a SELECT statement,  three \underline { \text { three } } joining conditions will be required. _________________________

(True/False)
4.9/5
(39)

When combining the results of two  SELECT \underline { \text { SELECT } } statements with the UNION keyword, duplicate rows are suppressed in the results. _________________________

(True/False)
4.8/5
(39)

A table alias is assigned to a table in the WHERE clause.

(True/False)
4.9/5
(30)

When combining the results of two SELECT statements with the  MINUS \underline {\text { MINUS } } keyword, duplicate rows are suppressed in the results. _________________________

(True/False)
4.8/5
(29)
Showing 41 - 60 of 131
close modal

Filters

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