PL/SQL Data Validation Package
The critical nature of fully Validated Data, as “The Last Line of Defense”, in preventing a Data Migration Disaster, will be described.
While you will learn about Data Migration/Validation and a lot of PL/SQL (and SQL), during this course, this is NOT primarily an academic exercise – your understanding, the provided downloads and Customization Instructions can be combined to develop an efficient, high-performance Data Validation Package, honed by you to YOUR requirements.
Some basic SQL knowledge questions
(1) Which DECLARATION statement/s is/are correct ?
(A) A DECLARATION section must exist in the Package Spec and one at the top of the Package Body
(B) A DECLARATION section must exist in the Package Spec but none is required for the Body unless the is a CURSOR or one or more Global Variables
(C) A DECLARATION section must exist in the Package Spec and one is mandatory for each Procedure
(D) A DECLARATION section must exist in the Package Spec and for the Package Body and each Procedure that is to have a CURSOR and/or a Global variable