Problem
After you have the ERD, then code an SQL script to create the tables: SALES_OFFICE, PROPERTY, PROP_OWNER, and PROPERTY-HAS-OWNER. You decide on the appropriate datatypes, such as INT, CHAR, VARCHAR. Be sure to include DROP TABLE commands to allow for multiple runs. 3. Once you have successfully created the 4 tables, write the INSERT statements to put at least 3 rows in each of the tables. You make up the data. This goes in the same SQL script that creates the tables.