Exam 12: Subqueries and Merge Statements

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

​A MERGE statement containing an UPDATE and an INSERT clause is also called a(n)____________________ statement.

(Short Answer)
4.8/5
(28)

Single-row operators can be used with multiple-row subqueries that return only one column of results.​

(True/False)
4.8/5
(36)

The EXISTS operator can be used with multiple-row subqueries.​

(True/False)
4.7/5
(31)

When a multiple-column subquery is used in the WHERE clause of the outer query,the column names listed on the left side of the comparison operator must be enclosed in double-quotation marks.​

(True/False)
4.7/5
(28)

You can include multiple subqueries in a SELECT statement._________________________​

(True/False)
4.8/5
(37)

Valid single-row operators include =,>,<,>=,<=.​

(True/False)
4.8/5
(30)

The NVL function can be used in a subquery.​

(True/False)
4.8/5
(39)

A group function cannot be included in the SELECT clause of a single-row subquery.​

(True/False)
4.8/5
(33)

​The results of a subquery are passed back as input to the ____ query.

(Multiple Choice)
4.8/5
(40)

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

(Multiple Choice)
4.8/5
(45)

The ____________________ operator is used to determine whether a condition is present in a subquery.​

(Short Answer)
4.8/5
(28)

A subquery must be enclosed in a set of ____________________.

(Short Answer)
4.9/5
(30)

Which operators can be combined with other comparison operators to treat the results of a subquery as a set of values,rather than as individual values?​

(Multiple Choice)
4.8/5
(35)

​The results of a subquery are passed back to the ____________________ query.

(Short Answer)
4.7/5
(37)

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

(Multiple Choice)
4.8/5
(39)

In Oracle12c,subqueries nested in a WHERE clause can be nested to a depth of ____________________ subqueries.​

(Short Answer)
4.9/5
(47)

​Contents of the BOOKS table ​Contents of the BOOKS table    -​Based on the contents of the BOOKS table,which of the following SQL statements will display the title of all books published by the publisher of SHORTEST POEMS? -​Based on the contents of the BOOKS table,which of the following SQL statements will display the title of all books published by the publisher of SHORTEST POEMS?

(Multiple Choice)
4.8/5
(28)

Which of the following subqueries returns more than one row of results to the outer query?​

(Multiple Choice)
4.8/5
(41)

The following SQL statement contains which type of subquery? SELECT title,retail, (SELECT AVG(retail)FROM books) FROM books;​

(Multiple Choice)
4.8/5
(29)

The <ANY operator indicates that a value must be less than the lowest value returned by the subquery to be included in the results._________________________​

(True/False)
4.8/5
(38)
Showing 81 - 100 of 131
close modal

Filters

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