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 UNION set operator will not suppress rows that are returned by both queries.
(True/False)
4.8/5
(35)
An outer join operator can be included in a FROM clause to list all rows from one table that do not have a corresponding row in the other table.
(True/False)
4.7/5
(42)
____________________ operators are used to combine the results of multiple queries.
(Short Answer)
4.9/5
(38)
A table alias can have a maximum of ____________________ characters.
(Short Answer)
4.9/5
(47)
If you are joining four tables in a SELECT statement, joining conditions will be required. _________________________
(True/False)
4.8/5
(31)
Which of the following is an example of assigning "o" as a table alias for the ORDERS table in the FROM clause?
(Multiple Choice)
4.8/5
(30)
A join based upon a column from each table containing equivalent data is known as a(n) ____.
(Multiple Choice)
4.8/5
(33)
The outer join operator can only be used in the ____________________ clause.
(Short Answer)
4.8/5
(39)
A self-join can only be specified in the FROM clause with the use of the JOIN...____________________ keywords.
(Short Answer)
4.7/5
(33)
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
(38)
Which of the following keywords is used to create a Cartesian join?
(Multiple Choice)
5.0/5
(34)
The JOIN keyword must be used in the clause of a SELECT statement. _________________________
(True/False)
4.9/5
(36)
The MINUS set operator is used to display rows that were uniquely returned by the first query in the set.
(True/False)
4.9/5
(26)
When two tables that share more than one common column are being joined, the JOIN...____________________ keywords are normally used in the FROM clause to join the tables.
(Short Answer)
4.8/5
(36)
When a self-join is created, each copy of the table must be assigned a table alias.
(True/False)
4.8/5
(39)
The ____________________ JOIN keyword can be used to create a Cartesian join.
(Short Answer)
4.9/5
(39)
A cross join between two tables, containing four rows each, will display rows in its output. _________________________
(True/False)
4.7/5
(31)
Which of the following terms refers to a column with equivalent data that exists in two or more tables?
(Multiple Choice)
4.9/5
(35)
The clause can be used only if the tables being joined have a common column with the same name. _________________________
(True/False)
4.8/5
(33)
Which of the following will display all books that were published at least three years before they were ordered?
(Multiple Choice)
4.8/5
(27)
Showing 61 - 80 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)