Exam 5: Procedures

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

The term server-side refers to code that resides on the client machine.

Free
(True/False)
4.8/5
(38)
Correct Answer:
Verified

False

The ____ area of a block determines what happens if an error occurs.

Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
Verified

D

____ is a compiler directive.

Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
Verified

B

In a(n) ____________________, you associate a value to each parameter by name in the invoke statement.

(Short Answer)
4.7/5
(37)

The term autonomous transaction refers to additional instructions for the PL/SQL compiler to use during program unit compilation. _________________________

(True/False)
5.0/5
(39)

The parameters in the procedure declaration of an application are called actual parameters. _________________________

(True/False)
4.8/5
(36)

The variable name ____ conforms to Oracle11g naming standards.

(Multiple Choice)
4.8/5
(44)

In a(n) positional method, you associate a value to each parameter by name in the invoke statement. _________________________

(True/False)
4.8/5
(43)

What is the difference between a function and a procedure?

(Essay)
4.9/5
(43)

Debugging is the process of identifying and removing errors from within program code. _________________________

(True/False)
4.8/5
(26)

____ can accept and return none, one, or many parameters.

(Multiple Choice)
4.9/5
(39)

When invoking a procedure list, the values are listed in the order in which the parameters are declared in the procedure. _________________________

(True/False)
4.8/5
(37)

The ____ mode type is considered constant because it cannot be changed within the procedure.

(Multiple Choice)
4.7/5
(33)

____are transactions created within another transaction.

(Multiple Choice)
4.9/5
(30)

A(n) database trigger performs tasks automatically when a particular application event occurs such as when a user clicks a button on the screen. _________________________

(True/False)
4.7/5
(33)

One important item that needs to be considered when creating stored procedures is to make them flexible so that they can be ____.

(Multiple Choice)
4.8/5
(31)

The term pragma refers to additional instructions for the PL/SQL compiler to use during program unit compilation.

(True/False)
4.8/5
(44)

The ____ command can be used to list details about the structure of a procedure, such as information regarding the parameters.

(Multiple Choice)
4.8/5
(25)

If no mode is indicated in a parameter, the default value of ____________________ is applied.

(Short Answer)
4.8/5
(32)

The ____________________ area of a block determines what happens if an error occurs.

(Short Answer)
4.7/5
(37)
Showing 1 - 20 of 75
close modal

Filters

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