Exam 12: Subqueries and Merge Statements

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

An outer query is also referred to as a(n) ____ query.

(Multiple Choice)
4.8/5
(29)

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  inner \underline {\text { inner } } 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)  FROM \underline { \text { FROM } } 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)  GROUP BY \underline {\text { GROUP BY }} 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)

A subquery is a complete query nested inside another query.

(True/False)
4.9/5
(28)

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

Filters

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