Using the physical (implementation) ERD model below, do the following: 1. Create MySQL script file contains : a)SQL DDL commands to implement this ERD in a database named Assignment2. b) SQL INSERT INTO commands to insert the data from the sample tables given below into the corresponding tables in Assignment2 database created in task l.a. - Name the script file for task 1 as HW2-DDL.sql. -To verify that your DDL script works as intended add screenshots of the output of the following SQL commands to HW2-output.pdf SQL Describe or Desc command to show the structure of each table in Assignment2 database SOL Select * from each table to show the inserted data (see example of these screenshots below)