Exam 9: Joining Data From Multiple Tables

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

​The ____________________ JOIN keyword can be used to create a Cartesian join.

(Short Answer)
4.9/5
(47)

  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 books that have not been ordered recently?​ 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 books that have not been ordered recently?​ ​ 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 books that have not been ordered recently?​ 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 books that have not been ordered recently?​ Structure of the BOOKS table -Which of the following SQL statements will display books that have not been ordered recently?​

(Multiple Choice)
4.8/5
(36)

​Explain the purpose of a set operator.

(Essay)
4.9/5
(40)

Give the appropriate situation in which to use each of the following join keywords: NATURAL JOIN,JOIN...USING,and JOIN...ON.

(Essay)
4.7/5
(32)

The NATURAL JOIN keywords can be used to create non-equality joins.​

(True/False)
4.9/5
(40)

A Cartesian join can be created by not including a joining condition in the WHERE clause of a SELECT statement._________________________​

(True/False)
4.8/5
(34)

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

(True/False)
4.8/5
(32)

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

If you are joining two tables in a SELECT statement,three joining conditions will be required._________________________​

(True/False)
4.9/5
(34)

  ​ 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
(29)

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

​Which of the following can only be used to link tables that have a common column?

(Multiple Choice)
4.9/5
(36)

A(n)inner join will only include rows that have matching rows in the other table._________________________​

(True/False)
4.8/5
(36)

If a Cartesian join is used to link table A which contains five rows to table B which contains eight rows,there will be 13 rows in the results.​

(True/False)
4.8/5
(42)

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

(Multiple Choice)
4.7/5
(30)

A column qualifier is used to indicate the table containing the column being referenced.​

(True/False)
4.8/5
(36)

Column qualifiers must be included in the WHERE clause if the columns used to join the tables have the same column names.​

(True/False)
4.9/5
(39)

A(n)outer join can be created by not including a joining condition in a SELECT statement._________________________​

(True/False)
4.8/5
(36)

​Which of the following keywords is used to create a Cartesian join?

(Multiple Choice)
4.8/5
(36)

In Oracle12c,tables can be linked through which clause(s)?​

(Multiple Choice)
4.8/5
(28)
Showing 61 - 80 of 119
close modal

Filters

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