Exam 9: Advanced SQL and PlSQL Topics

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

A(n)____________________ PL/SQL program is one which is submitted to the PL/SQL interpreter and run,but that does not interact with other program units.

(Short Answer)
4.8/5
(31)

In a stored procedure,the ____________________ defines the program unit name,specifies the parameters that the program unit receives or delivers,and declares the procedure or function variables.

(Short Answer)
4.9/5
(32)

There are three required parameters that must be specified when creating a trigger: timing,statement,and level.Explain what each of these means and provide an example of how it might be used.

(Essay)
5.0/5
(36)

The parameter mode ____________________ specifies a parameter that is a write-only value that can appear only on the left side of an assignment statement in the program unit.

(Short Answer)
4.9/5
(40)

To view index names for indexes in your own schema,use the command "SELECT index_name FROM all_indexes".

(True/False)
4.9/5
(33)

What is the correct order for items in a package specification?

(Multiple Choice)
4.9/5
(32)

A(n)____________________ is a code library that contains related program units and variables;it is stored in the database and executes on the database server.

(Short Answer)
4.9/5
(31)

What type of database column is indexed automatically?

(Multiple Choice)
4.8/5
(35)

The ____ parameter mode indicates that the parameter will not be modified by the procedure.

(Multiple Choice)
4.8/5
(26)

____________________ PL/SQL program units are program units that other PL/SQL programs can reference,and that other database users can execute.

(Short Answer)
4.8/5
(37)

What is the maximum number of indexes a table can have?

(Multiple Choice)
4.7/5
(22)

Database triggers is another name for Form Triggers.

(True/False)
4.8/5
(36)

It is more efficient to create an index when the table is empty,before adding any data.

(True/False)
4.9/5
(39)

Explain how Oracle implements a database index.

(Essay)
4.8/5
(37)

A PL/SQL ____________________ is an operating system file that contains code for multiple related procedures and functions.

(Short Answer)
4.8/5
(39)

What is the name of the table field that stores information about the physical location of a row?

(Multiple Choice)
4.9/5
(33)

The ____________________ contains the commands to create the program units that the package specification declares.

(Short Answer)
4.9/5
(37)

A library is the only client-side stored program unit.

(True/False)
4.9/5
(37)

To call a function from a SQL*Plus session assign the return value of the function to a variable using the assignment operator (:=).

(True/False)
4.9/5
(42)

How many input parameters can a function have?

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

Filters

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