Exam 9: Advanced SQL and PlSQL Topics

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

The first field of a composite index is the ____________________ field.

(Short Answer)
4.8/5
(39)

How do you specify that a trigger should only fire if the value of the column AMOUNT is less than 100?

(Multiple Choice)
4.7/5
(36)

A PL/SQL stored program unit can run on either the database server or on the client workstation.

(True/False)
4.9/5
(30)

Variables declared in a package can only be used within the package.

(True/False)
4.7/5
(24)

How do you call a function from a PL/SQL program?

(Multiple Choice)
5.0/5
(40)

Why is it convenient to use Forms Builder to develop stored program units?

(Essay)
4.9/5
(40)

What keyword indicates the start of the body of a stored procedure?

(Multiple Choice)
4.8/5
(40)

How do you temporarily disable a trigger called my_trigger?

(Multiple Choice)
4.8/5
(28)

What is the keyword that indicates the start of a trigger body?

(Multiple Choice)
4.8/5
(40)

Which of the following is a legal command when used in a trigger body?

(Multiple Choice)
4.8/5
(37)

What type of trigger fires only once per row?

(Multiple Choice)
4.9/5
(38)

What type of program unit may be shared with other users?

(Multiple Choice)
4.9/5
(39)

consultant_skill_skill_id_certification is a valid index name.

(True/False)
4.7/5
(36)

In a procedure declaration,the DEFINE keyword follows the parameter list.

(True/False)
4.9/5
(38)

A(n)____________________ is a program unit that can receive multiple input parameters and return multiple output values or return no output values.

(Short Answer)
4.8/5
(29)

What keyword indicates that a procedure definition is finished?

(Multiple Choice)
4.9/5
(30)

What is the extension for a PL/SQL library executable file?

(Multiple Choice)
4.8/5
(33)

The IN OUT parameter mode is the default if parameter mode is not specified.

(True/False)
4.9/5
(35)

Trigger ____________________ defines whether a trigger fires before or after the SQL statement executes,and can have the values BEFORE or AFTER.

(Short Answer)
4.7/5
(37)

To create a package specification in Forms Builder,you create a new program unit of type ____________________,and then create the package specification in the PL/SQL Editor.

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

Filters

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