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
A(n)non-equality join is used when there are no equivalent rows of data in the tables that are being joined._________________________
(True/False)
4.7/5
(41)
A(n)non-equality join is when a table is joined to itself._________________________
(True/False)
4.7/5
(39)
A(n)non-equality join is also known as an equijoin,inner join,or simple join._________________________
(True/False)
4.7/5
(30)
A full outer join can be created by including an outer join operator on both sides of the linking condition stated in the WHERE clause.
(True/False)
4.8/5
(32)
Structure of the ORDERS table
Structure of the CUSTOMERS table
-Which of the following SQL statements will return the names of all customers who placed an order on April 12,2003?


(Multiple Choice)
4.9/5
(30)
A Cartesian join usually results from the user omitting the joining condition that links two or more tables together.
(True/False)
4.8/5
(40)
The ____________________ keywords create a join automatically between two tables,based on columns with matching names.
(Short Answer)
4.7/5
(21)
The JOIN keyword is included in which of the following clauses?
(Multiple Choice)
4.9/5
(42)
A table alias cannot be assigned in the FROM clause if which of the following keywords is used to join tables?
(Multiple Choice)
4.7/5
(32)
A(n)Cartesian Join replicates each row from the first table with every row from the second table._________________________
(True/False)
4.9/5
(30)
A table alias can consist of a maximum of ____ characters.
(Multiple Choice)
4.8/5
(41)
A column qualifier indicates the column containing the data being referenced._________________________
(True/False)
4.8/5
(41)
In which of the following examples is the ORDERS table used as a column qualifier?
(Multiple Choice)
4.9/5
(28)
Structure of the BOOKS table
Structure of the PUBLISHER table
-Which of the following SQL statements will display the title and cost of each book stored in the BOOKS table,as well as the name of the contact person and the phone number to call to reorder the book?


(Multiple Choice)
4.8/5
(39)
A cross join between two tables,containing four rows each,will display eight rows in its output._________________________
(True/False)
4.9/5
(36)
The outer join operator is placed on the side of the joining condition that has ____________________ rows.
(Short Answer)
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)
5.0/5
(33)
Showing 81 - 100 of 119
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)