Exam 4: Introduction to PlSQL

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

The ____________________ of a PL/SQL block starts with the BEGIN reserved word and consists of program statements,such as assignment statements,conditional structures,and looping structures.

(Short Answer)
4.8/5
(34)

In an IF/THEN/ELSE statement,the logic that comes after the ELSE is only executed if the condition is true.

(True/False)
5.0/5
(39)

The VARCHAR2 variable data type is exactly the same as the field data type.

(True/False)
4.9/5
(28)

If a cursor is named location_cursor,and you are using a LOOP ...EXIT WHEN loop to process the cursor,what is the exit condition for the loop?

(Multiple Choice)
4.9/5
(32)

What clause is added to the SELECT to retrieve values from an implicit cursor?

(Multiple Choice)
4.9/5
(34)

A data structure is a data object made up of multiple individual data elements.

(True/False)
4.9/5
(32)

What designates a one-line comment in PL/SQL?

(Multiple Choice)
4.8/5
(33)

What is the best way to debug a logic error in a PL/SQL program?

(Multiple Choice)
4.9/5
(29)

What command is used differently in PL/SQL from the way it is used when interacting directly with the database?

(Multiple Choice)
4.9/5
(38)

What are nested IF/THEN/ELSE structures?

(Essay)
4.8/5
(30)

The default buffer size in SQL*Plus is 2,000 characters.

(True/False)
4.7/5
(40)

What command is used to create a user-defined exception when an error condition occurs?

(Multiple Choice)
4.9/5
(40)

Use the function ____________________ to display a line of text.

(Short Answer)
4.8/5
(35)

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

(Multiple Choice)
4.9/5
(30)

What SQL statement could not be part of a PL/SQL program?

(Multiple Choice)
4.8/5
(26)

You must include a ____ at the end of a PL/SQL command.

(Multiple Choice)
4.9/5
(34)

In PL/SQL,the assignment operator is ____________________.

(Short Answer)
4.9/5
(30)

Oracle10g stores ____________________ data values internally in a binary format,which takes slightly less storage space than the NUMBER data type,so the system can perform calculations more quickly.

(Short Answer)
4.7/5
(38)

The ____________________ function converts either a number or a date value to a string using a specific format model.

(Short Answer)
4.8/5
(31)

Which string function is used to capitalize only the initial letter of a word?

(Multiple Choice)
4.8/5
(32)
Showing 81 - 100 of 100
close modal

Filters

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