Exam 9: Advanced SQL and PlSQL Topics

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

What naming convention should be followed for indexes?

(Multiple Choice)
4.7/5
(26)

The trigger ____________________ defines whether a trigger fires once for each triggering statement or once for each row affected by the triggering statement,and can have the values ROW or STATEMENT.

(Short Answer)
4.9/5
(39)

You can cause a trigger to be executed only if a certain condition is true by adding the WHEN clause to the trigger header.

(True/False)
4.8/5
(37)

____________________ variables are visible to many different PL/SQL programs.

(Short Answer)
4.9/5
(39)

Index names should using the naming convention tablename_fieldname.

(True/False)
4.9/5
(42)

What type of data structure does Oracle use to store indexes?

(Multiple Choice)
4.8/5
(34)

A program unit cannot be used in a larger program.

(True/False)
4.8/5
(36)

Which of the following program units executes on the client workstation?

(Multiple Choice)
4.8/5
(38)

A(n)____________________ is a place in the database that stores object identifiers for a user's database objects.

(Short Answer)
4.9/5
(33)

When is the best time to create an index?

(Multiple Choice)
4.8/5
(38)

A PL/SQL library can only contain stored procedures,not functions.

(True/False)
4.8/5
(41)

How do you reference the previous value of a field from within a trigger?

(Multiple Choice)
4.8/5
(29)

How many records does it take for a table to be considered large?

(Multiple Choice)
4.8/5
(40)

A composite index can contain up to 16 columns.

(True/False)
4.8/5
(39)

Which of the following stored program units can return zero,one,or many values?

(Multiple Choice)
4.9/5
(33)

The ____ command is used to display error information if a procedure does not compile.

(Multiple Choice)
5.0/5
(38)

What keyword follows the parameter declaration list in a procedure header?

(Multiple Choice)
4.9/5
(36)

The ____ keyword is used to call a stored procedure in SQL*Plus.

(Multiple Choice)
4.8/5
(32)

If you modify a library in Forms Builder,you must reattach the library to the forms that use it before the changes will take effect.

(True/False)
4.7/5
(32)

The extension for a compiled PL/SQL library is ____________________.

(Short Answer)
4.8/5
(26)
Showing 81 - 100 of 100
close modal

Filters

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