Exam 12: Subqueries and Merge Statements

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

Contents of the CUSTOMERS table 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? -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)

The EXISTS operator must be listed ____.

(Multiple Choice)
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)  correlated \underline {\text { correlated }} 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 subquery must be enclosed in a set of ____________________.

(Short Answer)
4.9/5
(36)

The = operator is referred to as a(n) ____ operator.

(Multiple Choice)
4.8/5
(37)

A(n) single-row subquery can be nested in a(n)  SELECT \underline {\text { SELECT } } clause. _________________________

(True/False)
4.8/5
(41)

The results of the outer query are passed to the inner query.

(True/False)
4.8/5
(36)

The operators =, <, >, <=, >=, and <> are referred to as ____ operators.

(Multiple Choice)
4.8/5
(32)

Which of the following can be used in a WHERE clause?

(Multiple Choice)
4.9/5
(39)

With a MERGE statement, a series of ____ actions can occur with a single SQL statement.

(Multiple Choice)
4.9/5
(38)

You  can \underline {\text { can } } 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
close modal

Filters

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