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
MySQL performs many built-in ____________________ that analyze queries to determine the best way to satisfy them.
(Short Answer)
4.7/5
(37)
The ____________________ of two tables is a table containing all rows that are in both tables.
(Short Answer)
4.7/5
(35)
Two tables are ____ compatible if they have the same number of columns and if their corresponding columns have identical data types and lengths.
(Multiple Choice)
4.9/5
(34)
Joining a table to itself, is called a(n)____________________.
(Short Answer)
4.9/5
(33)
You can use the ALL and ANY operators with subqueries to produce a single column of numbers.
(True/False)
4.7/5
(39)
If you had two separate tables for customers and the query requested customers in the first table having the same city as customers in the second table, you could use a normal ____________________ operation to find the answer.
(Short Answer)
4.8/5
(37)
For two tables to be union compatible, the columns of the two tables must be identical.
(True/False)
4.8/5
(34)
In a full outer join, all rows from both tables will be included regardless of whether they match rows from the other table.
(True/False)
4.9/5
(41)
When a subquery involves a table listed in the outer query, the subquery is called a(n)____ subquery.
(Multiple Choice)
4.8/5
(40)
To produce the same results as the INTERSECT operator, use the BETWEEN operator and a subquery.
(True/False)
4.7/5
(32)
Table A has 10 rows and table B has 10 rows. The product of Table A and Table B would have 100 rows.
(True/False)
4.8/5
(37)
The ____________________ of two tables is a table containing every row that is in either the first table, the second table, or both tables.
(Short Answer)
4.8/5
(36)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)