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
The INTERSECT set operator only displays the rows returned by both queries.
Free
(True/False)
4.9/5
(34)
Correct Answer:
True
The MINUS set operator is used to display rows that were uniquely returned by the first query in the set.
Free
(True/False)
4.9/5
(35)
Correct Answer:
True
The outer join operator is placed on the side of the comparison that is deficient or is missing the matching rows.
Free
(True/False)
4.8/5
(30)
Correct Answer:
True
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
(31)
Which of the following types of joins refers to results consisting of each row from the first table being replicated from every row in the second table?
(Multiple Choice)
4.8/5
(45)
Data stored in separate tables can be reconstructed through the use of ____________________.
(Short Answer)
4.9/5
(37)
The USING clause must be used with the JOIN keyword when linking tables that do not contain a commonly named column.
(True/False)
5.0/5
(41)
The outer join operator is used to combine the results of multiple SELECT statements._________________________
(True/False)
4.9/5
(32)
The JOIN keyword must be used in the WHERE clause of a SELECT statement._________________________
(True/False)
4.8/5
(34)
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 title of each book purchased by the customers would require how many join conditions?




(Multiple Choice)
4.8/5
(31)
An outer join operator consists of a minus sign enclosed in parentheses, (-).
(True/False)
4.9/5
(27)
A join that is based upon data having equivalent data in common columns is known as a(n)____________________ join.
(Short Answer)
4.9/5
(33)
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
(37)
Which of the following types of joins refers to joining a table to itself?
(Multiple Choice)
4.8/5
(29)
A(n)____________________ join is used when the related columns between two tables cannot be joined through an equal sign.
(Short Answer)
4.8/5
(38)
The ____________________ set operator is used to display the rows returned by both SELECT statements.
(Short Answer)
4.8/5
(34)
Which of the following terms refers to a column with equivalent data that exists in two or more tables?
(Multiple Choice)
4.7/5
(39)
When a self-join is created,each copy of the table must be assigned a table alias.
(True/False)
4.8/5
(31)
A column qualifier is separated from the column using which symbol?
(Multiple Choice)
4.8/5
(32)
Showing 1 - 20 of 119
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)