[SOLVED] MIS582 ILAB 3 DATABASE CONSTRUCTION USING MYSQL: iLAB OVERVIEW
Scenario/Summary
In this assignment, you will learn to create a database schema from a given ERD. To complete this assignment, you will need to be able to run a script in MySQL.
Please ensure that you can connect to MySQL on the Omnymbus edupe web server.
Contact your instructor for assistance for any issues that you are having with the MySQL/edupe environment.
[SOLVED] MIS582 ILAB 3 DATABASE CONSTRUCTION USING MYSQL: Deliverables
SQL script file named LastName_Wk5.sql. That is a txt document with the .sql extension. It is a script of SQL commands that executes in a MYSQL environment.
A text document named LastName_Wk5_Output.txt which is a copy of the results obtained when the SQL command script it run. The Instructor must be able to run our script and obtain identical results.
When you are done submit them to the Week 5: iLab Dropbox. Files that have been opened or processed by any software other than Notepad are not acceptable. Zipped files are not acceptable and may be returned ungraded.
[SOLVED] MIS582 ILAB 3 DATABASE CONSTRUCTION USING MYSQL: Required Software
MySQL in the edupe environment. SQLZOO may be used to test the scripts.
Access the software at https://devry.edupe.net:8300.
Steps 1–8 iLAB STEPS
STEP 1: Entity Relationship Diagram Analysis
Review the ERD below to understand the entities, attributes, primary keys, and relationships that you will create in your MySQL database.
[SOLVED] MIS582 ILAB 3 DATABASE CONSTRUCTION USING MYSQL: STEP 1: Create a New Database
Create a new database following the naming conventions we are using for our databases, as specified in the tutorial file Creating a Database within MySQL.pdf listed in the doc-sharing folder titled “Omnymbus Tutorial Files” in Doc-Sharing. All of our work in this iLab, will be done under this database.
STEP 2: Create SQL File
[SOLVED] MIS582 ILAB 3 DATABASE CONSTRUCTION USING MYSQL: STEP 3:�Add Tables, Set Primary Keys and Foreign Keys
Add tables to the MySQL database.
[SOLVED] MIS582 ILAB 3 DATABASE CONSTRUCTION USING MYSQL: STEP 4: Set Data Types for Table Fields
For every column in every table, update the data type as needed to enforce the domain constraints of the data.
STEP 5: Set Column Constraints
Set the following column constraints in your database.
[SOLVED] MIS582 ILAB 3 DATABASE CONSTRUCTION USING MYSQL: STEP 6: Add Data to Tables
Write INSERT statements to add at least 2–3 rows of data to each table in your database. Use any values that you like for each of the columns. Remember that you must add data to parent tables before adding data to child tables, because referential integrity is enabled.
HINT – Do not spend any lengthy amount of time on the INSERTs. This data has no use other than making sure the CREATE ran correctly.
STEP 7: Run the Script
[SOLVED] MIS582 ILAB 3 DATABASE CONSTRUCTION USING MYSQL: Step 8: Save and Upload to Dropbox
When you are done, submit the following files to the Week 5: iLab Dropbox:
[SOLVED] MIS582 ILAB 3 DATABASE CONSTRUCTION USING MYSQL: Rubric
Points will be awarded according to the following rubrics.