Question: use oracle Pl/sql command line I do not know which table to use here all tables -- The system must contain tables such as category(
Employee (employeeNo,employeeName,job) ,branch(No,Name), Customer(customerNo,costomerName,gender) ,
,Invoice (employeeNo,customerNo,total price ,invoiceNo,InvoiceDate,branchNo )
InvoiceDeatail contain List Of Purchase Items contain detail information related to the invoice (invoiceNo,ItemNo, paidPrice, quantity)
--------
Create database package pointOfSal which contain the following
---
then the procedure will check from the exists of customername,employeeName,BranchName by calling there check existsing function for each name and if all of them are exists then a new record will be created with total price equel to zero and the invoceno will be generated using method getNextInvoiceNo() which return the maximum +1 , then the method will display the message one record has been created with invoice No:show the generated invoiceNo her in this message else display a specific message that show the customer or employee or branch name doesnt exist please re-enter correct names
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
