Based on the ER Diagram in Figure 1 Product Suppliers, and the relation model from task 1 use SQL DDL commands to create the tables in Oracle SQL Plus. Use the SQL DDL CREATE TABLE command to:
* Create the tables -- think about the order in which to create the tables so as to avoid any problems with FK to PK links
* Develop the attributes
* Select suitable data types/length
* Ensure that you create PK and FK constraints where appropriate
* After creating each table -- view the table schema (design) in Oracle SQL Plus, then copy/paste the query and the table schema into your final report
* Also save all of your code in a notepad file
Figure 1: Entity Relationship Diagram - Product Suppliers