Exam 6: Procedural Language Sql and Advanced Sql

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

The IN subquery uses a(n) ____________________ operator.

(Short Answer)
4.9/5
(34)

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

(Multiple Choice)
4.8/5
(39)

Triggers are critical to proper database operation and management. What are some of the ways that triggers are used?

(Essay)
5.0/5
(45)

The most useful feature of PL/SQL blocks is that they let you create code that can be named, stored, and executed by the DBMS.

(True/False)
4.8/5
(38)

PL/SQL blocks have a section used to declare variables.

(True/False)
4.9/5
(42)

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
(46)

If the DBMS does not support the INTERSECT statement, you can use a(n) ____________________ subquery to achieve the same result.

(Short Answer)
4.8/5
(35)

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

(True/False)
4.9/5
(42)

Using Oracle ____________________, you can write a PL/SQL code block by enclosing the commands inside BEGIN and END clauses.

(Short Answer)
4.8/5
(34)

A trigger is executed as part of the transaction that triggered it.

(True/False)
4.7/5
(46)

In Oracle, the ____ function converts a date to a character string.

(Multiple Choice)
4.8/5
(32)

Describe the characteristics of an Oracle sequence.

(Essay)
4.9/5
(42)

An explicit cursor must return two or more rows.

(True/False)
4.8/5
(26)

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

(Short Answer)
4.8/5
(35)

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

(True/False)
4.8/5
(34)

Stored procedures help reduce code duplication by means of code isolation and code sharing.

(True/False)
4.9/5
(26)

When using the Oracle TO_DATE function, the code ____ represents a three-letter month name.

(Multiple Choice)
4.8/5
(39)

What are the four different result types that can be returned from a subquery? For each type, explain what it is and when it is used.

(Essay)
5.0/5
(36)

Stored procedures must have at least one argument.

(True/False)
4.8/5
(25)

A(n) ____ is a block of code (containing standard SQL statements and procedural extensions) that is stored and executed at the DBMS server.

(Multiple Choice)
4.9/5
(35)
Showing 81 - 100 of 100
close modal

Filters

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