Exam 12: Subqueries and Merge Statements
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic Sql Select Statements122 Questions
Exam 3: Table Creation and Management132 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control132 Questions
Exam 6: Additional Database Objects132 Questions
Exam 7: User Creation and Management132 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables131 Questions
Exam 10: Selected Single Row Functions133 Questions
Exam 11: Group Functions134 Questions
Exam 12: Subqueries and Merge Statements132 Questions
Exam 13: Views133 Questions
Select questions type
A(n) ____________________ subquery returns more than one column to the outer query.
(Short Answer)
4.9/5
(37)
The results of the subquery are passed to the query. _________________________
(True/False)
5.0/5
(37)
In Oracle11g, there is no depth limit on the number of subqueries that can be nested in a(n) clause. _________________________
(True/False)
4.8/5
(40)
The only type of subquery that can be used in a SELECT clause is a(n) ____________________ subquery.
(Short Answer)
4.8/5
(33)
When a multiple-column subquery is included in the outer query's WHERE clause, the column names listed in the WHERE clause must be in the same order as they're listed in the subquery's SELECT clause.
(True/False)
4.8/5
(32)
A(n) ____________________ subquery can return only one row of results to the outer query.
(Short Answer)
4.8/5
(34)
Which clause is used when the group results of a subquery need to be restricted, based on some condition?
(Multiple Choice)
4.7/5
(40)
The ____ operator is used to determine whether a condition is present in a subquery.
(Multiple Choice)
4.9/5
(38)
When the subquery is executed first and the value is passed back as input to the outer query, the subquery is known as an uncorrelated subquery.
(True/False)
4.7/5
(34)
With a(n) ____________________ subquery, the subquery is executed once for each row in the outer query.
(Short Answer)
4.8/5
(43)
If it is possible for a subquery to return a NULL value to the outer query for comparison, the ____ function should be used to substitute an actual value for the NULL.
(Multiple Choice)
4.8/5
(40)
A(n) clause can be used in a subquery. _________________________
(True/False)
4.9/5
(33)
A(n) ____________________ subquery is a nested query that returns more than one row of results.
(Short Answer)
4.7/5
(35)
The >ALL operator indicates that a value must be ____ value returned by the subquery.
(Multiple Choice)
4.9/5
(29)
The ____________________ operator indicates that a value must be more than the highest value returned by the subquery.
(Short Answer)
4.9/5
(39)
Single-row operators can be used with multiple-row subqueries that return only one column of results.
(True/False)
4.8/5
(29)
A correlated subquery is a subquery that is executed once for each row in the outer query.
(True/False)
4.9/5
(36)
The <ALL operator indicates that a value must be ____ value returned by the subquery.
(Multiple Choice)
4.8/5
(32)
Showing 81 - 100 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)