Exam 6: The Basics of Querying a Database

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

The NULLS ____________________ clause can be used in conjunction with an ascending sort to return NULL values first.

(Short Answer)
4.8/5
(35)

Within the realm of a database a ____ valued column,in a row,in a table,is a column,which has never been set to anything (not yet accessed),or has been deliberately set to this value.

(Multiple Choice)
4.8/5
(29)

The following query returns a single number as a total (or sum)of all blocks,used by all datafiles in the database: ____.

(Multiple Choice)
4.9/5
(35)

What is a correlated subquery?

(Essay)
4.8/5
(39)

Provide an example of a query in which a new table or view can be created from the results of a query.

(Essay)
4.9/5
(30)

The DUAL table can be queried and updated.

(True/False)
4.9/5
(36)

A(n)____ is not a function,but can be added to a table query or into other SQL commands to retrieve values not normally accessed from simple table queries.

(Multiple Choice)
4.9/5
(36)

The GROUP BY clause column list ____ include all columns in the SELECT statement not affected by any aggregate functions.

(Multiple Choice)
4.7/5
(34)

What is a cross-join?

(Essay)
4.8/5
(38)

Some tables contain hierarchies of data and are natural candidates for using ____________________-joins.

(Short Answer)
4.8/5
(41)

Comparison of a NULL value to any other value will always evaluate to ____.

(Multiple Choice)
4.8/5
(33)

The ____({value},{replace})function replaces NULL values in expressions,avoiding SQL errors.

(Multiple Choice)
4.9/5
(40)

A(n)____ join returns all rows from both tables with null values replacing missing values.

(Multiple Choice)
4.9/5
(28)

What is an outer join?

(Essay)
4.8/5
(36)

AND has higher precedence than NOT,followed by OR.

(True/False)
4.8/5
(32)

____ is used as a pattern-matching character representing zero or more characters in a subset of a string.

(Multiple Choice)
4.7/5
(48)

____ work best on multiple CPU platforms in tandem with partitioning,and particularly with multiple disks or RAID arrays.

(Multiple Choice)
4.8/5
(30)

____ queries merge rows from one or more tables,usually linking rows based on related values.

(Multiple Choice)
4.8/5
(39)

A(n)____________________ character can match any character.

(Short Answer)
4.8/5
(38)

Subqueries can return more than a single column,and their calling queries can validate against those multiple columns.

(True/False)
4.9/5
(41)
Showing 21 - 40 of 109
close modal

Filters

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