Question: use sql command,, and use this table: Customer ( customerNo,costomerName,gender ) Create database package pointOfSal which contain the following: A. procedure to add new customer
Customer(customerNo,costomerName,gender)

Create database package pointOfSal which contain the following: A. procedure to add new customer which use validation FUNCTION CALLED "checkExistingCustomer" using cursor to validate customer name if its not exists before, then add this new customer (( PLEASE FOCUS ON THE Requirement specially the package and the function))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
