Exam 4: Introduction to PlSQL
Exam 1: Clientserver Databases and the Oracle10g Relational Database100 Questions
Exam 2: Creating and Modifying Database Tables100 Questions
Exam 3: Using SQL Queries to Insert, update, delete, and View Data100 Questions
Exam 4: Introduction to PlSQL100 Questions
Exam 5: Introduction to Forms Builder100 Questions
Exam 6: Creating Custom Forms100 Questions
Exam 7: Creating Database Reports100 Questions
Exam 8: Creating an Integrated Database Application100 Questions
Exam 9: Advanced SQL and PlSQL Topics100 Questions
Exam 10: Advanced Forms Builder Topics100 Questions
Exam 11: Introduction to Oracle 10g Database Administration100 Questions
Select questions type
A(n)____________________ variable references a single value,such as a number,date,or character string.
Free
(Short Answer)
4.8/5
(35)
Correct Answer:
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:
OR
What keyword is not used in a PL/SQL program?
Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
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)
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)
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)