Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Objective: To develop a script to create and populate PROJ database Your need to do the following tasks: 1 . Using the Lucid chart and
Objective: To develop a script to create and populate PROJ database
Your need to do the following tasks:
Using the Lucid chart and data dictioanry provided, create the data moel for Proj DB
Using the data dictioanry provided, develop the CREATE TABLE script for Proj DB
Data for Proj DB tables are provided in the worksheets of the Proj data dictioanry.
Using these worksheets, develop INSERT statements for each table of PROJ DB
Create a schema called PROJ using your SYSTEM schema
Connect to Proj Schemsa using SQL Developer
Run PROJ table script t create tables
Run PROJ INSERT script to load data in PROJ database
Verify if database is correctly loaded by rnning the following SQL commands
o Select from every table
o Selct count from every table
o Check to see if you have lost any datObjective: To develop a script to create and populate PROJ database
Your need to do the following tasks:
Using the Lucid chart and data dictioanry provided, create the data moel for Proj DB
Using the data dictioanry provided, develop the CREATE TABLE script for Proj DB
Data for Proj DB tables are provided in the worksheets of the Proj data dictioanry.
Using these worksheets, develop INSERT statements for each table of PROJ DB
Create a schema called PROJ using your SYSTEM schema
Connect to Proj Schemsa using SQL Developer
Run PROJ table script t create tables
Run PROJ INSERT script to load data in PROJ database
Verify if database is correctly loaded by rnning the following SQL commands
o Select from every table
o Selct count from every table
o Check to see if you have lost any dat
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started