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
The ____________________ set operator is used to display the results that were returned by the first query that were not also returned by the second query.
(Short Answer)
4.8/5
(42)
Structure of the BOOKS table
Structure of the PUBLISHER table
-Which of the following will display the title, publication date, and publisher name of each book in the BUSINESS category?


(Multiple Choice)
4.8/5
(33)
Structure of the CUSTOMERS table
Structure of the ORDERS table
Structure of the ORDERITEMS table
Structure of the BOOKS table
-To display the name of each customer and the ISBN of each book purchased by the customers would require how many joins in the FROM clause of the SQL statement?




(Multiple Choice)
4.8/5
(31)
Which of the following types of joins refers to joining a table to itself?
(Multiple Choice)
4.8/5
(38)
A Cartesian join usually results from the user omitting the joining condition that links two or more tables together.
(True/False)
4.8/5
(33)
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 the title of the books ordered by customer# 1003?




(Multiple Choice)
4.8/5
(38)
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
(33)
Structure of the PROMOTION table
Structure of the BOOKS table
Structure of the ORDERITEMS table
-Which of the following SQL statements will display the gift or gifts that should be sent with order# 1003?



(Multiple Choice)
4.8/5
(32)
Which of the following keywords is used to create an equality join?
(Multiple Choice)
4.8/5
(33)
A column qualifier is separated from the column name with a colon.
(True/False)
4.8/5
(33)
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
(35)
The NATURAL JOIN keywords can be used to link two tables that have a commonly named and defined column.
(True/False)
4.9/5
(34)
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
(38)
The operator is used to combine the results of multiple SELECT statements. _________________________
(True/False)
4.8/5
(32)
An outer join only lists rows that contain a match in both tables.
(True/False)
4.9/5
(28)
In which of the following examples is the ORDERS table used as a column qualifier?
(Multiple Choice)
4.9/5
(31)
Which of the following is used to create an outer join in a WHERE clause?
(Multiple Choice)
4.8/5
(41)
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?


(Multiple Choice)
4.9/5
(34)
The outer join operator is placed on the side of the comparison that is deficient or is missing the matching rows.
(True/False)
4.8/5
(31)
A(n) ____________________ join is used when the related columns between two tables cannot be joined through an equal sign.
(Short Answer)
5.0/5
(33)
Showing 101 - 120 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)