Question
Now that you have succeeded in replicating the infamous Banas database example, I need you to refactor your work into three scripts so that: 1.)
Now that you have succeeded in replicating the infamous Banas database example, I need you to refactor your work into three scripts so that:
1.) There is one script that only creates the database and inserts the tables. (Pick a good name for this, e.g., "buildBanasDatabas.sql".
2.) There is a second script that loads data into the tables. (Pick a good name, e.g.,, "loadDataIntoBanasDatabase.sql".)
3.) There is a third and final script that reads the data. (Pick a good name e.g., "readDataFromBanasDatase.sql".)
You will submit three SQL scripts.
Each one must start with a meaningful comment block that indicates who you are, when you did your work, the CRN number of your course, etc.
Be sure that your scripts actually run.
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