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: An Introduction to SQL75 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: MySQL Special Topics75 Questions
Select questions type
The ____ of two tables is a table containing all rows that are in both tables.
(Multiple Choice)
4.9/5
(34)
The product of two tables is formally called the ____ Product.
(Multiple Choice)
4.9/5
(41)
When joining tables, it is always necessary to qualify a column name.
(True/False)
4.8/5
(32)
It is easy to create a product inadvertently by omitting the WHERE clause when you are attempting to join tables.
(True/False)
4.8/5
(33)
A subquery within a subquery is called a(n)____________________ subquery.
(Short Answer)
4.7/5
(41)
The ____ of two tables is the set of all rows that are in the first table but that are not in the second table.
(Multiple Choice)
4.9/5
(35)
To relate two tables, in the FROM clause list all columns involved in the query.
(True/False)
4.7/5
(29)
Which of the following set operators are not supported by MySQL?
(Multiple Choice)
4.9/5
(30)
You must use a comma or a period to separate a table name from its alias.
(True/False)
4.8/5
(43)
To ensure that query results are listed in a desired order, use the ORDER BY clause.
(True/False)
4.8/5
(46)
The ____________________ of two tables is the combination of all rows in the first table and all rows in the second table.
(Short Answer)
4.9/5
(38)
The ____ of two tables is a table containing every row that is in either the first table, the second table, or both tables.
(Multiple Choice)
4.9/5
(28)
What steps should you do to construct a detailed query in a step-by-step fashion?
(Essay)
4.9/5
(33)
A join that compares the tables in the FROM clause and lists only those rows that satisfy the condition in the WHERE clause is called a(n)____________________ join.
(Short Answer)
4.7/5
(38)
You can use the EXISTS operator to retrieve data from more than one table.
(True/False)
4.8/5
(40)
A(n)____ clause can include statistics calculated for only the groups or columns whose values are identical for each row in a group.
(Multiple Choice)
4.9/5
(37)
To retrieve data from multiple tables in a query you can use the ____ operator with a subquery.
(Multiple Choice)
4.9/5
(43)
Showing 21 - 40 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)