Distributed Data Plan
Create DDL and populate the tables.
Create load files or insert statements - Load can be performed using Control Files or insert statements.
• Need the SQL commands to create the tables below with table values (varchar, numeric, etc) with proper primary and foreign keys.
Use ALTER TABLE command if needed for PK and FK constraints
• Need two sample insert commands for data for each table.
• Need index creation for the tables
• Need drop commands to drop entire structure to start over
Attachment:- Distributed Data Plan.rar