Exam 6: The Basics of Querying a Database

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

The ____ SQL group function returns the lowest value from a group of values.

(Multiple Choice)
4.8/5
(42)

A(n)____ join combines rows from both tables using matching column names and column values.

(Multiple Choice)
4.9/5
(32)

Use of upper- and lowercase is only a factor in queries for strings or expressions enclosed in Oracle database quotation marks.

(True/False)
4.9/5
(27)

Top-N queries are executed by filtering against the ____ pseudocolumn.

(Multiple Choice)
4.8/5
(43)

To find the currently logged in user name and his (or her)user identifier you can use the following command: SELECT USER,UID FROM ____________________;

(Short Answer)
4.7/5
(46)

____________________ represents nothing,not a space,not a zero (0),or even an unknown value;simply nothing.

(Short Answer)
4.8/5
(35)

The ____ clause allows a hierarchical query to begin displaying within a hierarchical structure,with a specified column and value.

(Multiple Choice)
4.8/5
(36)

The AS clause can be used in the ORDER BY clause.

(True/False)
4.8/5
(32)

EXISTS is sometimes faster than IN.

(True/False)
4.8/5
(36)

ANY,SOME,and ____ check set membership and allow subqueries that return multiple rows.

(Multiple Choice)
5.0/5
(38)

AS is often used to check membership of one element in a list of elements.

(True/False)
4.9/5
(40)

____ are automated counters,counting from a specific value,up to a specified maximum (or an enormous value with no maximum specified).

(Multiple Choice)
4.9/5
(36)

Most Oracle database built-in functions will return a NULL value when passed a NULL value.

(True/False)
4.7/5
(38)

____________________ is a pseudocolumn generated for each row,in sequence,as each row is returned from a query.

(Short Answer)
4.8/5
(36)

____ queries use the ORDER BY clause to return rows in a specified order.

(Multiple Choice)
4.8/5
(38)

____________________ are executed within other queries.

(Short Answer)
4.8/5
(39)

A(n)____________________ query concatenates columns and rows of two queries.

(Short Answer)
4.8/5
(37)

Selecting values greater than ROWNUM,as opposed to less than,or less than or equal to ROWNUM,will return no rows whatsoever.

(True/False)
4.9/5
(35)

Group (____________________)SQL functions apply specific functionality to grouping and summary queries.

(Short Answer)
4.9/5
(35)

New tables and views can be created from the results of a query.

(True/False)
5.0/5
(47)
Showing 41 - 60 of 109
close modal

Filters

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