Exam 5: Multiple-Table Queries
Exam 1: Introduction to TAL Distributors, Colonial Adventure Tours, and Solmaris Condominium 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 qualify a column name,precede the name of the column with the name of the table,followed by a(n)____.
(Multiple Choice)
4.8/5
(39)
For two tables to be union compatible,the columns of the two tables must be identical.
(True/False)
4.8/5
(32)
For an SQL implementation to truly support the union operation,it must remove ____ rows automatically.
(Multiple Choice)
4.9/5
(33)
To produce the same results as the INTERSECT operator,use the BETWEEN operator and a subquery.
(True/False)
4.9/5
(31)
There are three set operations: union,intersection,difference.Define each of these operations.Which are supported by Oracle?
(Essay)
4.7/5
(35)
You can use the EXISTS operator to retrieve data from more than one table.
(True/False)
4.7/5
(37)
The subquery that involves a table listed in the outer query is called a(n)____________________ subquery.
(Short Answer)
4.8/5
(40)
When a subquery involves a table listed in the outer query,the subquery is called a(n)____ subquery.
(Multiple Choice)
4.8/5
(40)
What steps should you take to construct the SQL command to join (relate)tables?
(Essay)
4.9/5
(38)
The ____________________ of two tables is a table containing all rows that are in both tables.
(Short Answer)
4.7/5
(41)
Joining a table to itself is called a(n)____________________.
(Short Answer)
4.7/5
(35)
What steps should you take to construct a detailed query in a step-by-step fashion?
(Essay)
4.8/5
(36)
When tables are listed in the FROM clause,you can give each table a(n)____________________,or an alternate name.
(Short Answer)
4.9/5
(39)
If the SQL implementation truly supports the union operation,it will remove any duplicate ____________________ automatically.
(Short Answer)
4.7/5
(31)
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.8/5
(30)
Oracle and SQL Server support the ____ operator but Microsoft Access does not.
(Multiple Choice)
4.8/5
(29)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)