Question: draw a database schema for the table in 3rd requirement 1) Design database schema and create database user pointOfSal that contain database schema tables with

draw a database schema for the table in 3rd requirement
draw a database schema for the table in 3rd requirement 1) Design

1) Design database schema and create database user "pointOfSal" that contain database schema tables with its related relationships and database constraints 3) The system must contain tables such as category(catNo ,catogeryName) ,Items(itemNo,ItemName,Price,total_quantity, catNo), Items_stor_entry(entry_no number primary key,itemNo,entry_date ,quantity), 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 getltemTotalPrice function which to return quantity*paidPrice

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!