Using the DBMS you chose in the previous Discussion Board assignment, download and install that software to prepare for the Database and Data Model to be created.
Once the software is running and the database is available, complete the following:
Create the physical data model for the logical data model that you submitted in IP3. This should include all of the data definition language SQL.
Your submission should include all DDL needed to:
Create the tables
Create the primary keys
Create the foreign keys
Add DML statements to:
Add data of 1 customer who buys from the company
Provide the DML to add 1 employee who interacts with customers
Give DML to change data of the employee, giving the commission a 25% increase
Give DML to delete the customer and employee data
Write 3 SELECT statements:
To select the customer details
To select the employees details
To show which employee services which customer
Add the SQL for the DDL, DML, and SELECT statements to the project template section titled "Advanced SQL."
Submit your Word document and make sure that it contains the following:
Screenshot of the ERD, logical data model from previous assignments.
The DDL to create the tables, including the table definition and the primary and foreign key definitions.
SQL to add data to the tables
Add data of 1 customer who buys from the company
Provide the DML to add 1 employee who interacts with customers
Give DML to change data of the employee, giving the commission a 25% increase
Give DML to delete the customer and employee data
Write 3 SELECT statements:
To select the customer details
To select the employees details
To show which employee services which customer