Exam 6: The Basics of Querying a Database

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

The GROUP BY clause can use the column positional specification like the ORDER BY clause.

(True/False)
4.9/5
(40)

One of the most common uses of the DUAL table is to get the next sequential value from an Oracle sequence object.

(True/False)
4.9/5
(37)

The ____ SQL group function counts the number of rows in a group.

(Multiple Choice)
4.8/5
(38)

Queries can be sorted in ascending or descending order,where descending is the default if ASC or DESC are not specified.

(True/False)
5.0/5
(45)

____________________ queries are used to build tree-like hierarchical output row structures from hierarchical data.

(Short Answer)
4.8/5
(48)

____ queries use the WHERE clause to retain or filter out unwanted rows.

(Multiple Choice)
4.9/5
(36)

The ____ set operator returns one query less the other,similar to a left outer join where only distinct rows in the first query are returned.

(Multiple Choice)
4.8/5
(38)

A(n)____________________ is a vague form of a join using IN and EXISTS operators where the results contained within the subquery are not retrieved as part of the final columns selected for the result join.

(Short Answer)
4.8/5
(41)

Certain types of subqueries are also known as ____ because they join without returning values from the subquery.

(Multiple Choice)
4.9/5
(41)

The ____ table is used to request data from an Oracle database,where that data is not in user application tables.

(Multiple Choice)
4.8/5
(35)

Both IN and ____________________ allow a correlation between a calling query and a subquery.

(Short Answer)
4.8/5
(29)

An alias can be used to refer to a column,typically in a join or a subquery.

(True/False)
4.9/5
(36)

____ pattern matches between strings;those strings are expressions.

(Multiple Choice)
4.9/5
(39)

The most commonly used indexes for an Oracle database are ____ indexes.

(Multiple Choice)
4.9/5
(35)

A(n)____ can act to apply a distinct name to multiple columns with the same name.

(Multiple Choice)
4.8/5
(28)

The ____ clause extends the GROUP BY clause by filtering on resulting grouped rows (returned by the GROUP BY clause).

(Multiple Choice)
4.7/5
(35)

NULL values sort as the lowest value by default.

(True/False)
4.8/5
(38)

____________________ or version queries allow access to data at a previous point in time.

(Short Answer)
4.8/5
(26)

This query finds all columns in the table: SELECT ____ FROM DBA_TABLESPACES;

(Multiple Choice)
4.7/5
(30)

BETWEEN allows multiple rows of returning subqueries.

(True/False)
4.8/5
(31)
Showing 81 - 100 of 109
close modal

Filters

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