Module 04: Working with Packages
Working with Packages 01. Examine this code: CRATE OR REPLACE PACKAGE comm_package I…
Working with Packages 01. Examine this code: CRATE OR REPLACE PACKAGE comm_package IS g_comm NUMBER := 10 ; PROCEDURE reset_comm ( p_comm IN NUMBER…
Read moreCreating Packages 01. Which two programming constructs can be grouped within a package? (Choose two) a. Cursor b. Constant c. Trigger d. Sequence e…
Read moreCreating Functions 01. Which statement is true? a. Stored functions can be called from the SELECT and WHERE clauses only. b. Stored functions do no…
Read moreCreating Procedures 01. Examine this code: CREATE OR REPLACE PROCEDURE add_dept ( p_dspt_name VARCHAR2 DEFAULT ‘Placeholder’, p_location VARCH…
Read moreManaging Dependencies 01. What is local dependency? In the case of local dependencies, the objects are on the same node in the same database. The…
Read moreManaging PL/SQL Code 01. What Is Conditional Compilation? Enables you to customize the functionality in a PL/SQL application without removing any…
Read moreUsing the PL/SQL Compiler 1. What Is a Compound Trigger? A single trigger on a table that allows you to specify actions for each of the followin…
Read moreWorking with Packages 01. Examine this code: CRATE OR REPLACE PACKAGE comm_package I…
Follow Us