Exam 4: Introduction to PlSQL

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

What is the default size,in characters,for the SQL*Plus buffer?

(Multiple Choice)
4.9/5
(33)

What type of program is helpful in finding logic errors?

(Multiple Choice)
4.8/5
(39)

When you execute a SELECT statement in a PL/SQL program that returns exactly one row,you must use an explicit cursor.

(True/False)
4.8/5
(34)

What operator represents exponentiation in PL/SQL?

(Multiple Choice)
4.7/5
(27)

The ____________________ data type assumes the data type of a database record.

(Short Answer)
4.9/5
(29)

To assign a value to a variable,use the ____ operator.

(Multiple Choice)
4.8/5
(29)

If NUMBER variable x has a value of NULL,and y has a value of 1,then the result of x * y is 1.

(True/False)
4.9/5
(32)

What is the active set?

(Multiple Choice)
4.7/5
(38)

There are variable data types called INTEGER and REAL.

(True/False)
4.9/5
(31)

What does the expression 1 <> 5 evaluate to?

(Multiple Choice)
4.8/5
(31)

To concatenate two strings,use the ____ operator.

(Multiple Choice)
4.9/5
(28)

The ____________________ operator indicates greater than or equal to.

(Short Answer)
4.9/5
(33)

What is the prefix for error codes generated by PL/SQL?

(Multiple Choice)
4.8/5
(36)

In programming,decision control structures alter the order in which statements execute,based on the values of certain variables.

(True/False)
4.8/5
(31)

In a PL/SQL program,2 ** 3 = 6.

(True/False)
4.7/5
(37)

The end of each PL/SQL command is marked with a .(period).

(True/False)
4.7/5
(32)

An undefined exception must be declared before it can be handled.

(True/False)
4.9/5
(28)

To execute a PL/SQL program in SQL*Plus use the @ character after the last line of the program.

(True/False)
4.7/5
(32)

The LOOP...EXIT Loop can be a pretest or posttest loop.

(True/False)
4.7/5
(31)

A(n)____________________ error occurs when a command does not follow the guidelines of the programming language.

(Short Answer)
4.8/5
(33)
Showing 61 - 80 of 100
close modal

Filters

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