Question: Cerate the following tables using SQL and make a relation between tables. Employee: (Employee_ID, Name, Hire Date, Salary, Job_title, costumer_ID) Costumer :(costumer_ID. Firstname, Lastname,
Cerate the following tables using SQL and make a relation between tables. Employee: (Employee_ID, Name, Hire Date, Salary, Job_title, costumer_ID) Costumer :(costumer_ID. Firstname, Lastname, Purchase_product.product_ID) Product: (product_ID, Name, Availability, Price, Sales_ID) Sales: (Sales_ID, Fname, product_name, price, quantity, data_purchase, payment_ID) Payment: (payment ID, customer_name, total_payment, date) B. Insert 5 records for each tables using SQL code.
Step by Step Solution
3.52 Rating (169 Votes )
There are 3 Steps involved in it
SQL queries to create the given tables Employee Costumer Product Sales Payment along with the relati... View full answer
Get step-by-step solutions from verified subject matter experts
