Exam 9: Joining Data From Multiple Tables

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

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

  ​ Contents of the PROMOTION table    Structure of the BOOKS 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?​ ​ Contents of the PROMOTION table   ​ Contents of the PROMOTION table    Structure of the BOOKS 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 -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
(35)

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

The ____________________ operator is used to create an outer join in the WHERE clause of a SQL statement.

(Short Answer)
4.9/5
(44)

Equality,non-equality,and self-joins are broadly categorized as outer joins._________________________​

(True/False)
4.9/5
(32)

When combining the results of two SELECT statements with the UNION keyword,duplicate rows are suppressed in the results._________________________​

(True/False)
4.8/5
(28)

Joins are classified as ____________________ joins if the results can only contain the rows that had matching values in each table,rather than rows being matched with NULL values.​

(Short Answer)
4.9/5
(35)

An outer join operator can be included in a FROM clause to list all rows from one table that do not have a corresponding row in the other table.​

(True/False)
4.7/5
(31)

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

(True/False)
4.8/5
(33)

  ​ 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 THE WOK WAY TO COOK?​ ​ 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 THE WOK WAY TO COOK?​ 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 THE WOK WAY TO COOK?​

(Multiple Choice)
4.7/5
(32)

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

(True/False)
4.9/5
(30)

  ​ 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.9/5
(28)

Tables can be joined in the FROM clause or the WHERE clause of a SELECT statement._________________________​

(True/False)
4.9/5
(39)

The JOIN...USING keywords are used to join two tables that do not have a commonly named and defined column._________________________​

(True/False)
4.9/5
(23)

The outer join operator is placed on the side of the joining condition that references the table containing the deficient rows._________________________​

(True/False)
4.9/5
(32)

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

The ON clause can be used only if the tables being joined have a common column with the same name._________________________​

(True/False)
4.8/5
(30)

The ____________________ keyword can be included in the FROM clause to link tables.​

(Short Answer)
4.8/5
(29)

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

(Multiple Choice)
4.9/5
(34)

When combining the results of two SELECT statements with the MINUS keyword,duplicate rows are suppressed in the results._________________________​

(True/False)
4.7/5
(36)
Showing 21 - 40 of 119
close modal

Filters

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