Exam 8: Advanced SQL

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

The IN subquery uses a(n)____________________ operator.

(Short Answer)
4.8/5
(33)

The Oracle string concatenation function is ____.

(Multiple Choice)
4.7/5
(37)

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

(True/False)
4.9/5
(29)

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

(Multiple Choice)
4.9/5
(31)

Oracle recommends ____ for creating audit logs.

(Multiple Choice)
5.0/5
(23)

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

(Short Answer)
5.0/5
(41)

A trigger is procedural SQL code that is automatically invoked by the RDBMS upon the occurrence of a given data manipulation event.

(True/False)
4.9/5
(40)

The ____ data type is considered compatible with VARCHAR(35).

(Multiple Choice)
4.7/5
(32)

The ANSI standard defines ____ type(s)of outer join(s)

(Multiple Choice)
4.9/5
(25)

An implicit cursor is automatically created in procedural SQL when the SQL statement returns only one value.

(True/False)
4.8/5
(31)

The statement SELECT * FROM T1,T2 produces a(n)____ join.

(Multiple Choice)
4.9/5
(33)

A(n)____________________ subquery is a subquery that executes once for each row in the outer query.

(Short Answer)
4.8/5
(35)

A statement-level trigger is assumed if you omit the FOR EACH ROW keywords.

(True/False)
4.8/5
(24)

The ____ pseudo-column is used to select the next value from a sequence.

(Multiple Choice)
4.8/5
(45)

A stored function is another name for a stored procedure.

(True/False)
4.7/5
(42)

A(n)____________________ join returns the Cartesian product JOIN of T1 and T2 and is sometimes called "old style".

(Short Answer)
4.8/5
(36)

Procedural code is executed on the database client machine.

(True/False)
4.8/5
(44)

Cursor-style processing involves retrieving data from the cursor,one row at a time.

(True/False)
4.7/5
(28)

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

(Short Answer)
4.8/5
(32)

A ____ join returns rows with matching values and includes all rows from both tables (T1 and T2)with unmatched values.

(Multiple Choice)
4.9/5
(45)
Showing 41 - 60 of 100
close modal

Filters

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