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 outer join operator in the WHERE clause cannot be used with which of the following operators?
(Multiple Choice)
4.9/5
(34)
If you are attempting to join two tables that have multiple common columns, which of the following JOIN keywords should be used to specify how the tables should be linked?
(Multiple Choice)
4.8/5
(31)
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 names of all customers who have purchased a copy of E-BUSINESS THE EASY WAY?




(Multiple Choice)
4.9/5
(26)
A table alias can consist of a maximum of ____ characters.
(Multiple Choice)
4.9/5
(34)
The ____________________ keyword can be included in the FROM clause to link tables.
(Short Answer)
4.7/5
(35)
A(n) replicates each row from the first table with every row from the second table. _________________________
(True/False)
4.8/5
(31)
Set operators are used to combine the results of multiple queries.
(True/False)
4.8/5
(37)
A(n) will only include rows that have matching rows in the other table. _________________________
(True/False)
4.7/5
(42)
A(n) join is when a table is joined to itself. _________________________
(True/False)
4.8/5
(34)
When using the JOIN...ON keywords to join four tables, both keywords must be repeated four times.
(True/False)
4.8/5
(36)
Structure of the BOOKS table
Structure of the PUBLISHER table
-Which of the following SQL statements will display the publisher name, book title, and retail price of all books that cost more than $35.95?


(Multiple Choice)
4.9/5
(33)
Showing 121 - 131 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)