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
In small databases, there is a significant time difference between different query approaches.
(True/False)
4.9/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.8/5
(40)
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.8/5
(44)
You create an alias by typing the name of the table, pressing the ____, and then typing the name of the alias.
(Multiple Choice)
4.8/5
(32)
The product of two tables is formally called the ____ Product.
(Multiple Choice)
4.8/5
(39)
To ensure that query results are listed in a desired order, use the ORDER BY clause.
(True/False)
4.8/5
(40)
If you precede a subquery by the ____________________ operator, the condition is true only if it satisfies one or more values produced by the subquery.
(Short Answer)
4.9/5
(42)
One reason for using an alias is when you are joining a table to itself.
(True/False)
4.8/5
(40)
If the SQL implementation truly supports the union operation, it will remove any duplicate ____________________ automatically.
(Short Answer)
4.9/5
(45)
If you precede the subquery by the ____ operator, the condition is true only if it satisfies any value (one or more) produced by the subquery.
(Multiple Choice)
4.8/5
(41)
In a ____, all rows from the table on the right will be included regardless of whether they match rows from the table on the left.
(Multiple Choice)
4.9/5
(33)
Occasionally, a self-join might involve the primary key of a table.
(True/False)
4.8/5
(44)
Two tables are ____________________ compatible if they have the same number of columns and if their corresponding columns have identical data types and lengths.
(Short Answer)
4.7/5
(34)
When a subquery involves a table listed in the outer query, the subquery is called a(n) ____ subquery.
(Multiple Choice)
4.7/5
(40)
The subquery that involves a table listed in the outer query is called a(n) ____________________ subquery.
(Short Answer)
4.9/5
(31)
In a multiple-table query, you list all the desired columns in the ____________________ clause and qualify any columns that appear in more than one table.
(Short Answer)
4.7/5
(43)
In a(n) ____ join, all rows from both tables are included regardless of whether they match rows from the other table.
(Multiple Choice)
4.9/5
(32)
Showing 21 - 40 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)