Exam 9: Joining Data From Multiple Tables

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

A Cartesian join can be created by not including a joining condition in the  WHERE \underline { \text { WHERE }} clause of a SELECT statement. _________________________

(True/False)
4.9/5
(29)

The ____________________ set operator is used to display the combined results returned by multiple SELECT statements.

(Short Answer)
4.9/5
(34)

The ____________________ keywords create a join automatically between two tables, based on columns with matching names.

(Short Answer)
4.8/5
(41)

The number of joining conditions required to join tables is always one less than the number of tables being joined.

(True/False)
4.9/5
(32)

Equality, non-equality, and self-joins are broadly categorized as  outer \underline {\text { outer }} joins. _________________________

(True/False)
4.7/5
(38)

The  outer join \underline {\text { outer join } } operator is placed on the side of the joining condition that references the table containing the deficient rows. _________________________

(True/False)
4.8/5
(34)

   Structure of the ORDERS table     Structure of the CUSTOMERS table -Which of the following SQL statements will list the name of each customer stored in the CUSTOMERS table, and, if the customer has placed an order that is contained in the ORDERS table, the order# of any order each customer has placed? Structure of the ORDERS table    Structure of the ORDERS table     Structure of the CUSTOMERS table -Which of the following SQL statements will list the name of each customer stored in the CUSTOMERS table, and, if the customer has placed an order that is contained in the ORDERS table, the order# of any order each customer has placed? Structure of the CUSTOMERS table -Which of the following SQL statements will list the name of each customer stored in the CUSTOMERS table, and, if the customer has placed an order that is contained in the ORDERS table, the order# of any order each customer has placed?

(Multiple Choice)
4.8/5
(32)

A column ____________________ indicates the table containing the column being referenced.

(Short Answer)
4.8/5
(35)

A column qualifier indicates the  column \underline { \text { column } } containing the data being referenced. _________________________

(True/False)
4.8/5
(27)

A(n)  outer \underline { \text { outer } } join can be created by not including a joining condition in a SELECT statement. _________________________

(True/False)
4.9/5
(44)

Which of the following SQL statements will display books that have not been ordered recently?

(Multiple Choice)
5.0/5
(34)

Structure of the CUSTOMERS table Structure of the CUSTOMERS table    -Which of the following queries will display the first and last name of the individual who referred another customer, along with the customer# of the referred customer? -Which of the following queries will display the first and last name of the individual who referred another customer, along with the customer# of the referred customer?

(Multiple Choice)
4.8/5
(35)

Which of the following types of joins refers to results consisting of each row from the first table being replicated from every row in the second table?

(Multiple Choice)
4.8/5
(30)

The JOIN keyword is used in the WHERE clause to indicate the tables that should be joined or linked.

(True/False)
4.9/5
(31)

   Structure of the ORDERS table     Structure of the CUSTOMERS table -Which of the following queries will return the same results as the following SQL statement? SELECT Structure of the ORDERS table    Structure of the ORDERS table     Structure of the CUSTOMERS table -Which of the following queries will return the same results as the following SQL statement? SELECT Structure of the CUSTOMERS table -Which of the following queries will return the same results as the following SQL statement? SELECT

(Multiple Choice)
4.7/5
(31)

Which of the following SQL statements will display the title of all books that have had multiple copies requested in a single order?

(Multiple Choice)
4.8/5
(34)

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

(True/False)
4.8/5
(30)

A table alias is assigned in the  FROM \underline { \text { FROM } } clause. _________________________

(True/False)
4.7/5
(32)

A column qualifier is separated from the column using which symbol?

(Multiple Choice)
4.8/5
(28)

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

(Multiple Choice)
4.8/5
(37)
Showing 21 - 40 of 131
close modal

Filters

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