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
Contents of the CUSTOMERS table
-Based on the contents of the CUSTOMERS table, which SQL statement will display the customers residing in the same state as customer#1013?

(Multiple Choice)
4.8/5
(30)
The ____________________ operator indicates that a value must be less than the highest value returned by a subquery.
(Short Answer)
4.8/5
(40)
A(n) ____________________ is a nested query - one complete query inside another query.
(Short Answer)
4.9/5
(41)
Explain the difference between multiple-row and multiple-column subqueries.
(Essay)
4.9/5
(36)
In Oracle11g, a MERGE statement compares data between two tables and can perform a series of DML actions to assist in synchronizing the data of the two tables.
(True/False)
5.0/5
(34)
In Oracle11g, subqueries can be nested to a depth of 255 in a WHERE clause.
(True/False)
4.9/5
(35)
A(n) ____________________ query can return several rows of results, but only one column.
(Short Answer)
4.8/5
(44)
A(n) subquery is when the outer query is executed first, and then the inner query is executed. _________________________
(True/False)
4.8/5
(36)
When used with a multiple-row subquery, the IN operator indicates that the records processed by the outer query must match one of the values returned by the subquery.
(True/False)
4.9/5
(38)
A(n) single-row subquery can be nested in a(n) clause. _________________________
(True/False)
4.8/5
(41)
The operators =, <, >, <=, >=, and <> are referred to as ____ operators.
(Multiple Choice)
4.8/5
(32)
With a MERGE statement, a series of ____ actions can occur with a single SQL statement.
(Multiple Choice)
4.9/5
(38)
You include multiple subqueries in a SELECT statement. _________________________
(True/False)
4.7/5
(37)
With a(n) ____________________ subquery, the inner query is executed first and the results are passed back to the outer query.
(Short Answer)
4.8/5
(32)
A subquery, except one in the FROM clause, cannot contain a(n) ____________________ clause.
(Short Answer)
4.9/5
(38)
Showing 41 - 60 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)