Exam 5: Multiple-Table Queries
Exam 1: Introduction to Premiere Products, Henry Books, and Alexamara Marina Group75 Questions
Exam 2: Database Design Fundamentals75 Questions
Exam 3: Creating Tables75 Questions
Exam 4: Single-Table Queries75 Questions
Exam 5: Multiple-Table Queries75 Questions
Exam 6: Updating Data75 Questions
Exam 7: Database Administration75 Questions
Exam 8: SQL Functions and Procedures75 Questions
Select questions type
To relate two tables, in the FROM clause list all columns involved in the query.
(True/False)
4.7/5
(39)
The ____________________ of two tables is the combination of all rows in the first table and all rows in the second table.
(Short Answer)
4.8/5
(46)
For two tables to be union compatible, the columns of the two tables must be identical.
(True/False)
4.9/5
(44)
You can precede a subquery with the ____ operator to create a condition that is true if one or more rows are obtained when the subquery is executed.
(Multiple Choice)
4.9/5
(35)
To retrieve data from more than one table, you must ____________________ the tables together by finding rows in the two tables that have identical values in matching columns.
(Short Answer)
4.8/5
(39)
A subquery within a subquery is called a(n) ____________________ subquery.
(Short Answer)
4.9/5
(50)
Joining a table to itself is called a(n) ____________________.
(Short Answer)
4.8/5
(27)
When tables are listed in the FROM clause, you can give each table a(n) ____________________, or an alternate name.
(Short Answer)
4.9/5
(29)
To produce the same results as the MINUS operator, use NOT, the IN operator and a subquery.
(True/False)
4.8/5
(39)
To retrieve data from multiple tables in a query you can use the ____ operator with a subquery.
(Multiple Choice)
4.8/5
(47)
What steps should you take to construct the SQL command to join (relate) tables?
(Essay)
4.7/5
(38)
If you precede a subquery by the ____________________ operator, the condition is true only if it satisfies all values produced by the subquery.
(Short Answer)
4.8/5
(36)
The ____________________ of two tables is a table containing all rows that are in both tables.
(Short Answer)
4.7/5
(31)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)