Exam 12: Subqueries and Merge Statements
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic SQL Select Statements121 Questions
Exam 3: Table Creation and Management136 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control136 Questions
Exam 6: Additional Database Objects138 Questions
Exam 7: User Creation and Management130 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables119 Questions
Exam 10: Selected Single-Row Functions133 Questions
Exam 11: Group Functions137 Questions
Exam 12: Subqueries and Merge Statements131 Questions
Exam 13: Views133 Questions
Select questions type
In Oracle12c,subqueries can be nested to a depth of 255 in a WHERE clause.
(True/False)
4.9/5
(36)
Contents of the CUSTOMERS table
-Based upon the contents of the CUSTOMERS table,which of the following would be the most appropriate use of a subquery?

(Multiple Choice)
4.8/5
(34)
Which comparison operator allows you to search for NULL values in a subquery?
(Multiple Choice)
4.8/5
(38)
The only type of subquery that can be used in a SELECT clause is a(n)____________________ subquery.
(Short Answer)
4.9/5
(31)
The following SQL statement contains which type of subquery?
SELECT title,retail,category,cataverage FROM books NATURAL JOIN
(SELECT category,AVG(retail)cataverage FROM books GROUP BY
(Multiple Choice)
4.9/5
(32)
A(n)____________________ is a nested query - one complete query inside another query.
(Short Answer)
4.8/5
(30)
In Oracle12c,a(n)____ allows a series of DML actions to occur.
(Multiple Choice)
4.8/5
(34)
If the value of the EXISTS operator is ____________________,then the rows meeting the condition are displayed.
(Short Answer)
4.9/5
(36)
A complete query nested inside another query is called a(n)____
(Multiple Choice)
4.8/5
(36)
A(n)____ subquery is one that can return several rows of results.
(Multiple Choice)
4.8/5
(37)
Showing 121 - 131 of 131
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)