Exam 12: Subqueries and Merge Statements

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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​ 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? -​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)

The EXISTS operator must be listed ____​

(Multiple Choice)
4.8/5
(38)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)