Exam 9: Joining Data From Multiple Tables
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic SQL Select Statements121 Questions
Exam 3: Table Creation and Management136 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control136 Questions
Exam 6: Additional Database Objects138 Questions
Exam 7: User Creation and Management130 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables119 Questions
Exam 10: Selected Single-Row Functions133 Questions
Exam 11: Group Functions137 Questions
Exam 12: Subqueries and Merge Statements131 Questions
Exam 13: Views133 Questions
Select questions type
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?


(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?


(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?


(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?


(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?


(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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)