Exam 4: Introduction to PlSQL

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

A(n)____________________ variable references a single value,such as a number,date,or character string.

Free
(Short Answer)
4.8/5
(35)
Correct Answer:
Verified

scalar

When you use the logical operator ____________________ in a complex expression,the combined expression will evaluate to TRUE if the expression on either side of the operator is true (both expressions do not need to be true).

Free
(Short Answer)
4.8/5
(43)
Correct Answer:
Verified

OR

What keyword is not used in a PL/SQL program?

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

D

A(n)____________________ variable references a data structure that contains multiple scalar variables.

(Short Answer)
4.7/5
(32)

A(n)____________________ exception must be declared and associated with an Oracle error code before it can be used.

(Short Answer)
4.8/5
(39)

When declaring a variable that has the same data type as a field,use the ____ type.

(Multiple Choice)
4.7/5
(34)

An IF statement is always followed by an ELSE statement.

(True/False)
4.8/5
(34)

If the value of a conditional statement is NULL,it is evaluated as if it were false in a conditional statement.

(True/False)
4.8/5
(36)

What is a disadvantage of using a Cursor FOR loop over processing a cursor with a LOOP ...EXIT WHEN loop?

(Multiple Choice)
4.8/5
(41)

A(n)____________________ loop evaluates the exit condition before any program commands execute.

(Short Answer)
4.7/5
(42)

An explicit cursor must be opened before it can be processed.

(True/False)
4.7/5
(35)

What loop is a pretest only loop?

(Multiple Choice)
4.7/5
(28)

To convert a string to all uppercase,use the ____________________ function.

(Short Answer)
4.8/5
(33)

What loop control structure uses an automatically incremented numeric counter?

(Multiple Choice)
4.9/5
(35)

When using logical operators,AND is always evaluated before OR.

(True/False)
4.8/5
(33)

What are the three sections that make up a PL/SQL program block? Describe each one.

(Essay)
4.9/5
(32)

A(n)____________________ is a program that enables software developers to pause program execution and examine current variable values.

(Short Answer)
4.8/5
(27)

DDL queries may be used in PL/SQL programs.

(True/False)
4.9/5
(44)

A PL/SQL program usually begins with the keyword DECLARE.

(True/False)
4.9/5
(24)

In a PL/SQL decision control structure the program code following the ____ statement executes when the condition is true.

(Multiple Choice)
4.8/5
(36)
Showing 1 - 20 of 100
close modal

Filters

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