Question: Make a database in MySQL named MyDatabase. It will have the schema as below: Salesman (salesman id, name, city) Customer (customer id, name, city, email,

Make a database in MySQL named MyDatabase. It will have the schema as below: Salesman (salesman id, name, city) Customer (customer id, name, city, email, salesman_id) Orders (ord no, purchase_amount, ord date, customer_id) In the above schema, each primary key is underlined and each foreign key is italic. For this assignment, submit the followings. the database. You may make the MyDatabase.sql file in Notepad++ 2. The screenshot of the table relationships
Step by Step Solution
There are 3 Steps involved in it
To create the MySQL database and tables as specified follow these steps Step 1 Create the SQL Script ... View full answer
Get step-by-step solutions from verified subject matter experts
