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
The error message "ORA-01422: exact fetch returns more than requested number of rows" indicates that the implicit cursor query tried to retrieve multiple records.
(True/False)
4.8/5
(35)
In SQL*Plus,the command SET SERVEROUTPUT ____________________ SIZE 4000 is used to increase the buffer size to 4000.
(Short Answer)
4.9/5
(41)
What section of a PL/SQL program is used for exception handling?
(Multiple Choice)
4.9/5
(38)
To parse a character string it is best to use the LENGTH and RTRIM functions.
(True/False)
4.8/5
(27)
____________________ statements are lines of text that explain or document a program step or series of steps.
(Short Answer)
4.8/5
(38)
What predefined error indicates that a primary key constraint was violated?
(Multiple Choice)
4.7/5
(39)
PL/SQL is a procedural programming language.Explain what this statement means.Be sure to include at least three features of a procedural programming language.What makes PL/SQL the best language to use when programming applications for the Oracle 10g database?
(Essay)
4.8/5
(26)
A(n)____________________ FOR loop can be used to process a cursor without explicitly opening the cursor.
(Short Answer)
4.8/5
(38)
What are some common causes of syntax errors? How does a programmer detect and resolve syntax errors?
(Essay)
4.8/5
(45)
What section of an exception handler handles unanticipated errors?
(Multiple Choice)
4.9/5
(35)
____ are typically written in lower-case letters according to the PL/SQL command capitalization style.
(Multiple Choice)
4.8/5
(32)
Any text between the characters /* and */ is considered a comment.
(True/False)
4.8/5
(39)
To use a SQL ____________________ query (INSERT,UPDATE,or DELETE)or transaction control command in a PL/SQL command,you simply put the query or command in the PL/SQL program.
(Short Answer)
4.8/5
(40)
What command is used to associate an exception variable with an undefined Oracle error code?
(Multiple Choice)
4.9/5
(30)
To find the length of a string,use the ____________________ function.
(Short Answer)
4.8/5
(40)
Showing 21 - 40 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)