Exam 9: Advanced SQL and PlSQL Topics

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

What is another name for a package header?

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

C

The Database Objects node ____.

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

D

How do you test a program unit in Forms Builder?

Free
(Multiple Choice)
4.7/5
(29)
Correct Answer:
Verified

A

The ____ parameter mode should be used to return a value from a procedure when the input value to the procedure will not be set.

(Multiple Choice)
4.7/5
(29)

Other database users may execute stored program units.

(True/False)
4.7/5
(46)

How do you build a library in Forms Builder?

(Multiple Choice)
4.9/5
(29)

To remove an index,use the ____________________ INDEX command.

(Short Answer)
4.8/5
(33)

The _________________________,also called the package header,declares package objects,including variables,cursors,procedures,and functions that are in the package and are to be made public.

(Short Answer)
5.0/5
(36)

What is the last command in a function body?

(Multiple Choice)
4.8/5
(34)

If applications frequently insert or modify table data it is better not to use an index.

(True/False)
4.9/5
(26)

Explain how stored program units are used to make up a larger functional program.Give an example of how one program unit might be called from another.

(Essay)
5.0/5
(29)

What is the purpose of a database table index?

(Multiple Choice)
4.7/5
(38)

A(n)____________________ is a program unit that can receive multiple input parameters,and always returns a single output value.

(Short Answer)
4.9/5
(37)

What follows the parameter declaration list in a function?

(Multiple Choice)
4.8/5
(32)

Each program unit that you declare in the package body must have a matching program unit ____________________ in the package specification,with an identical parameter list.

(Short Answer)
4.9/5
(29)

When using Forms Builder to create a package,what is the first step in the process?

(Multiple Choice)
4.9/5
(30)

If you are passing the value of a named variable to a stored program unit,the variable name must be the same as the corresponding variable name in the program unit parameter declaration list.

(True/False)
4.8/5
(34)

The ____________________ field of every database table specifies the internal location of the record in the database.

(Short Answer)
4.8/5
(35)

____________________ program units are stored in the database as database objects and execute on the database server.

(Short Answer)
4.8/5
(24)

Database ____________________ are program units that execute in response to the database events of inserting,updating,or deleting a record.

(Short Answer)
4.8/5
(35)
Showing 1 - 20 of 100
close modal

Filters

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