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 Cartesian join can be created by not including a joining condition in the clause of a SELECT statement. _________________________
(True/False)
4.9/5
(29)
The ____________________ set operator is used to display the combined results returned by multiple SELECT statements.
(Short Answer)
4.9/5
(34)
The ____________________ keywords create a join automatically between two tables, based on columns with matching names.
(Short Answer)
4.8/5
(41)
The number of joining conditions required to join tables is always one less than the number of tables being joined.
(True/False)
4.9/5
(32)
Equality, non-equality, and self-joins are broadly categorized as joins. _________________________
(True/False)
4.7/5
(38)
The operator is placed on the side of the joining condition that references the table containing the deficient rows. _________________________
(True/False)
4.8/5
(34)
Structure of the ORDERS table
Structure of the CUSTOMERS table
-Which of the following SQL statements will list the name of each customer stored in the CUSTOMERS table, and, if the customer has placed an order that is contained in the ORDERS table, the order# of any order each customer has placed?


(Multiple Choice)
4.8/5
(32)
A column ____________________ indicates the table containing the column being referenced.
(Short Answer)
4.8/5
(35)
A column qualifier indicates the containing the data being referenced. _________________________
(True/False)
4.8/5
(27)
A(n) join can be created by not including a joining condition in a SELECT statement. _________________________
(True/False)
4.9/5
(44)
Which of the following SQL statements will display books that have not been ordered recently?
(Multiple Choice)
5.0/5
(34)
Structure of the CUSTOMERS table
-Which of the following queries will display the first and last name of the individual who referred another customer, along with the customer# of the referred customer?

(Multiple Choice)
4.8/5
(35)
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
(30)
The JOIN keyword is used in the WHERE clause to indicate the tables that should be joined or linked.
(True/False)
4.9/5
(31)
Structure of the ORDERS table
Structure of the CUSTOMERS table
-Which of the following queries will return the same results as the following SQL statement? SELECT


(Multiple Choice)
4.7/5
(31)
Which of the following SQL statements will display the title of all books that have had multiple copies requested in a single order?
(Multiple Choice)
4.8/5
(34)
The NATURAL JOIN keywords can be used to create non-equality joins.
(True/False)
4.8/5
(30)
A table alias is assigned in the clause. _________________________
(True/False)
4.7/5
(32)
A column qualifier is separated from the column using which symbol?
(Multiple Choice)
4.8/5
(28)
Which of the following can only be used to link tables that have a common column?
(Multiple Choice)
4.8/5
(37)
Showing 21 - 40 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)