Exam 11: Stored Procedures and Triggers

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

Due to the growth of online database processing and commercial Web commerce,batch processing is no longer an important method to process database work.

(True/False)
4.8/5
(37)

The common SQL*Plus command used to list the columns of a table is ___________.

(Short Answer)
4.7/5
(36)

When writing a PL/SQL procedure,it is good practice to include length constraints in the data type specifications for parameters.

(True/False)
4.9/5
(33)

A PL/SQL block contains:

(Multiple Choice)
4.8/5
(28)

If you omit the keywords FOR EACH ROW from a trigger specification,the trigger by default becomes a(n)_____________ trigger.

(Short Answer)
5.0/5
(37)

A database programming language allows a program to combine procedural statements with non-procedural database access.

(True/False)
4.9/5
(35)

Which of the following is true of PL/SQL iteration statements?

(Multiple Choice)
5.0/5
(41)

Dynamic binding involves the determination of the access plan at compile time.

(True/False)
4.7/5
(31)

In PL/SQL,functions should:

(Multiple Choice)
4.7/5
(45)

Portability across host languages is one advantage of using the statement level interface language style.

(True/False)
4.8/5
(36)

The PL/SQL code block above:

(Multiple Choice)
4.8/5
(26)

As with other programming languages,in PL/SQL the IF-THEN-ELSE statement construct is:

(Multiple Choice)
4.8/5
(40)

Triggers provide reuse of common code,while stored procedures provide rule processing for common tasks.

(True/False)
4.7/5
(31)

To use the objects in a package,you must use the package name before the object name.

(True/False)
4.9/5
(35)

In the body of a function,a(n)______________ statement is used to generate the function's output value.

(Short Answer)
4.8/5
(39)

In the PL/SQL code block above,aStdSSN is:

(Multiple Choice)
4.9/5
(41)
Showing 61 - 76 of 76
close modal

Filters

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