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 JOIN keyword is used in the WHERE clause to indicate the tables that should be joined or linked.
(True/False)
4.8/5
(35)
A self-join can only be specified in the FROM clause with the use of the JOIN...____________________ keywords.
(Short Answer)
4.7/5
(30)
The outer join operator in the WHERE clause cannot be used with which of the following operators?
(Multiple Choice)
4.7/5
(45)
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 all books that have had multiple copies requested in a single order?




(Multiple Choice)
4.9/5
(32)
The ____________________ set operator is used to display the results that were returned by the first query that were not also returned by the second query.
(Short Answer)
4.8/5
(27)
Equality,non-equality,and self-joins are all categorized as inner joins.
(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 ISBN of each book purchased by the customers would require how many joins in the FROM clause of the SQL statement?




(Multiple Choice)
4.9/5
(41)
____________________ operators are used to combine the results of multiple queries.
(Short Answer)
4.8/5
(37)
A(n)____________________ outer join is necessary when you need rows returned from either table that do not have a matching record in the other table.
(Short Answer)
4.8/5
(33)
Contents of the PROMOTION table
Structure of the BOOKS table
-Which of the following SQL statements will display the gift that should be sent to any customer who orders the book titled SHORTEST POEMS?


(Multiple Choice)
4.9/5
(40)
Which of the following is used to create an outer join in a WHERE clause?
(Multiple Choice)
4.8/5
(38)
The most common type of join is an equijoin,which joins two or more tables together based upon the tables having equivalent data values in a common column.
(True/False)
4.8/5
(43)
Structure of the BOOKS table
Structure of the PUBLISHER table
-Which of the following SQL statements will display the name of each publisher that publishes a book classified in the COMPUTER category?


(Multiple Choice)
4.8/5
(33)
A full outer join cannot be created in the ____________________ clause.
(Short Answer)
4.9/5
(32)
To display rows from one table that do not have a corresponding row in the other table,you must create a(n)____________________ join.
(Short Answer)
4.7/5
(36)
An outer join only lists rows that contain a match in both tables.
(True/False)
4.9/5
(37)
A table alias is assigned in the FROM clause._________________________
(True/False)
4.8/5
(39)
Which of the following types of joins is created by matching equivalent values in each table?
(Multiple Choice)
5.0/5
(28)
If you are joining four tables in a SELECT statement,three joining conditions will be required._________________________
(True/False)
4.9/5
(30)
A column ____________________ indicates the table containing the column being referenced.
(Short Answer)
4.9/5
(30)
Showing 41 - 60 of 119
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)