Question: can anyone do it please which is about advanced database . This assignment focuses on skills associated with the following topic of your course: Data
This assignment focuses on skills associated with the following topic of your course: Data Models Business Rules The Relational Database Model Normalization of Database tables A. Cerate the following tables using SQL and make a relation between tables. Employee: (Employee_ID, Name, Hire_Date, Salary, Job_title, costumer_D) 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
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
