Exam 9: Joining Data From Multiple Tables
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic Sql Select Statements122 Questions
Exam 3: Table Creation and Management132 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control132 Questions
Exam 6: Additional Database Objects132 Questions
Exam 7: User Creation and Management132 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables131 Questions
Exam 10: Selected Single Row Functions133 Questions
Exam 11: Group Functions134 Questions
Exam 12: Subqueries and Merge Statements132 Questions
Exam 13: Views133 Questions
Select questions type
A(n) ____________________ join is required when a table must be joined to itself.
Free
(Short Answer)
4.8/5
(35)
Correct Answer:
self
self-
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.
Free
(Short Answer)
4.8/5
(37)
Correct Answer:
inner
The outer join operator is placed on the side of the joining condition that has ____________________ rows.
Free
(Short Answer)
4.9/5
(28)
Correct Answer:
deficient
missing
NULL
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
(31)
Data stored in separate tables can be reconstructed through the use of ____________________.
(Short Answer)
4.8/5
(33)
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.8/5
(32)
The INTERSECT set operator only displays the rows returned by both queries.
(True/False)
4.8/5
(39)
A(n) join is used when there are no equivalent rows of data in the tables that are being joined. _________________________
(True/False)
4.9/5
(37)
The ____________________ operator is used to create an outer join in the WHERE clause of a SQL statement.
(Short Answer)
4.8/5
(31)
Data stored in multiple tables can be combined through the use of an ORDER BY clause.
(True/False)
4.8/5
(38)
Structure of the ORDERS table
Structure of the CUSTOMERS table
-Which of the following is a valid SQL statement?


(Multiple Choice)
4.9/5
(36)
Using the JOIN...____________________ keywords to join two tables requires that a condition be specified to indicate how the tables are related.
(Short Answer)
4.9/5
(41)
The keywords are used to join two tables that do not have a commonly named and defined column. _________________________
(True/False)
4.9/5
(36)
The ____________________ set operator is used to display the rows returned by both SELECT statements.
(Short Answer)
4.8/5
(26)
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.9/5
(31)
To display rows from one table that do not have a corresponding row in the other table, you must create a(n) ____________________ join.
(Short Answer)
4.9/5
(32)
A(n) join is also known as an equijoin, inner join, or simple join. _________________________
(True/False)
4.8/5
(46)
Structure of the ORDERS table
Structure of the CUSTOMERS table
-Which SQL statement will return the same results as the following SQL statement? SELECT * FROM orders, customers;


(Multiple Choice)
4.8/5
(32)
An outer join operator consists of a minus sign enclosed in parentheses, (-).
(True/False)
4.7/5
(29)
Showing 1 - 20 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)