Exam 6: The Basics of Querying a Database

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

User-defined SQL functions are functions in which Java is used to custom write functions for specific tasks,which are not available in functions provided in an Oracle database.

(True/False)
5.0/5
(35)

A space character or a 0 value are NULL.

(True/False)
5.0/5
(33)

Subqueries can be nested within subqueries.

(True/False)
4.7/5
(36)

Composite queries use special set operators,such as UNION,to concatenate the rows of two different queries together,into a single resulting set of rows.

(True/False)
4.9/5
(36)

____ validates an expression as being between two values,and is inclusive.

(Multiple Choice)
4.8/5
(27)

A query using a subquery is also called a(n)____________________ when performing the same or similar function to that of a join.

(Short Answer)
4.9/5
(42)

A(n)____ is a chunk of memory allocated to a query,to contain the results of a query during processing of that query.

(Multiple Choice)
5.0/5
(37)

The ____ statement or clause is the beginning of the SQL command for querying (retrieving)data from a database object,such as a table or view.

(Multiple Choice)
5.0/5
(45)

____ queries create groupings or summaries of larger row sets,producing,for example,a sum of values or a number of subtotals from all values.

(Multiple Choice)
4.9/5
(44)

____ is used to represent one and only one character.

(Multiple Choice)
4.7/5
(35)

A(n)____________________ view implies a view created inline within a query.

(Short Answer)
4.9/5
(39)

The ____________________ clause has two distinct facets: (1)comparison conditions,and (2)logical operators.

(Short Answer)
4.9/5
(40)

Pseudocolumns contain values present in a table,but not in an Oracle instance.

(True/False)
4.8/5
(38)

____ set membership evaluates an expression as being within a set of elements.

(Multiple Choice)
4.9/5
(45)

Any expression containing a NULL value always returns a NULL value.

(True/False)
4.7/5
(42)

Provide an example of a join query.

(Essay)
5.0/5
(33)

____ is a wildcard character.

(Multiple Choice)
4.8/5
(42)

The DUAL table is owned by ____________________ but can be queried by any user.

(Short Answer)
4.8/5
(31)

Flashback queries execute SQL statements in parallel,preferably using multiple CPU platforms and Oracle partitions.

(True/False)
4.8/5
(34)

As already seen in this chapter,SELECT statements can be embedded in ____________________ commands as subqueries (within INSERT,UPDATE,and DELETE statements).

(Short Answer)
4.9/5
(39)
Showing 61 - 80 of 109
close modal

Filters

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