Exam 9: Advanced SQL and PlSQL Topics
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
What is another name for a package header?
Free
(Multiple Choice)
4.9/5
(26)
Correct Answer:
C
How do you test a program unit in Forms Builder?
Free
(Multiple Choice)
4.7/5
(29)
Correct Answer:
A
The ____ parameter mode should be used to return a value from a procedure when the input value to the procedure will not be set.
(Multiple Choice)
4.7/5
(29)
The _________________________,also called the package header,declares package objects,including variables,cursors,procedures,and functions that are in the package and are to be made public.
(Short Answer)
5.0/5
(36)
If applications frequently insert or modify table data it is better not to use an index.
(True/False)
4.9/5
(26)
Explain how stored program units are used to make up a larger functional program.Give an example of how one program unit might be called from another.
(Essay)
5.0/5
(29)
A(n)____________________ is a program unit that can receive multiple input parameters,and always returns a single output value.
(Short Answer)
4.9/5
(37)
Each program unit that you declare in the package body must have a matching
program unit ____________________ in the package specification,with an identical parameter list.
(Short Answer)
4.9/5
(29)
When using Forms Builder to create a package,what is the first step in the process?
(Multiple Choice)
4.9/5
(30)
If you are passing the value of a named variable to a stored program unit,the variable name must be the same as the corresponding variable name in the program unit parameter declaration list.
(True/False)
4.8/5
(34)
The ____________________ field of every database table specifies the internal location of the record in the database.
(Short Answer)
4.8/5
(35)
____________________ program units are stored in the database as database objects and execute on the database server.
(Short Answer)
4.8/5
(24)
Database ____________________ are program units that execute in response to the database events of inserting,updating,or deleting a record.
(Short Answer)
4.8/5
(35)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)