Exam 8: Advanced Sql

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

When using a subquery, the output of a(n) query is used as the input for the outer query.

(Short Answer)
4.9/5
(34)

UNION, INTERSECT, and MINUS work properly only if relations are intersect-compatible, which means that the names of the relation attributes and their data types must be different.

(True/False)
4.8/5
(38)

Explain the different basic types of join operations. What are they and how do they work?

(Essay)
4.7/5
(41)

The syntax for a left outer join is .

(Multiple Choice)
4.9/5
(34)

The Oracle equivalent to an MS Access AutoNumber is a(n) .

(Multiple Choice)
4.8/5
(47)

The Oracle function compares an attribute or expression with a series of values and returns an associated value or a default value if no match is found.

(Multiple Choice)
5.0/5
(42)

is a cursor attribute that returns True if the last FETCH returned a row, and FALSE if not.

(Multiple Choice)
4.8/5
(37)

MySQL allows multiple triggering conditions per trigger.

(True/False)
4.8/5
(41)

The Oracle string concatenation function is .

(Multiple Choice)
4.8/5
(37)

A(n) join will select only the rows with matching values in the common attribute(s).

(Multiple Choice)
4.8/5
(37)

The NEXT command for a cursor is used to retrieve a row from the cursor and place it in the respective PL/SQL variables.

(True/False)
4.8/5
(45)

Oracle recommends for creating audit logs.

(Multiple Choice)
4.8/5
(41)

The statement can be used to combine rows from two queries, returning only the rows that appear in both sets.

(Short Answer)
4.8/5
(34)

The determines the common attribute or attributes by looking for identically named attributes and compatible data types.

(Short Answer)
4.8/5
(42)

Oracle uses the function to extract the various parts of a date.

(Short Answer)
4.7/5
(40)

A(n) query can be used to produce a relation that retains the duplicate rows.

(Short Answer)
4.9/5
(38)

Describe the important features and applications of SQL functions

(Essay)
4.9/5
(38)

Cursors are held in a reserved memory area in the client computer.

(True/False)
4.8/5
(41)

The statement in SQL combines rows from two queries and returns only the rows that appear in the first set but not in the second.

(Multiple Choice)
5.0/5
(31)

The clause is used to restrict the output of a GROUP BY query by applying a conditional criteria to the grouped rows.

(Short Answer)
4.7/5
(37)
Showing 41 - 60 of 109
close modal

Filters

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