Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions