Question: use oracle sql command line with table Employee ( em ployeeNo,employeeName ,job ) ,branch( No, Name ), Create database package pointOfSal which contain procedure to
use oracle sql command line
with table Employee (employeeNo,employeeName,job) ,branch(No,Name),
Create database package pointOfSal which contain
procedure to add new branchy which use validation method checkExistingbranch using cursor to validate branch name if its not exists before ,then add this branchand generate the branch number automatically using database trigger Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
