Write insert statements to put three rows in each tables


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.

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: Write insert statements to put three rows in each tables
Reference No:- TGS03223096

Expected delivery within 24 Hours