Lab 2: Modifying a Database Design in Visio , EasyPHP and MySQL Setup, Structured Query Language (SQL)

Week 4 Lab 2
Click the link above to submit your assignment.
Students, please view the “Submit a Clickable Rubric Assignment” in the Student Center.
Instructors, training on how to grade is within the Instructor Center.
Lab 2: Modifying a Database Design in Visio
Due Week 4 and worth 75 points
This assignment contains two (2) Sections: Visio Diagram and Design Summary. You must submit both sections as separate files in order to complete this assignment.
Use “Appendix A: Designing Databases with Visio Professional: A Tutorial,” to help you complete Section 1: Visio Database Design. (Note: This tutorial focuses on the use of Microsoft Visio. Open source applications are not covered in Appendix A; however, the use of open source applications within labs is permitted.) Click.strayer.edu/bbcswebdav/institution/CIS/111/1144/Week3/CIS111_W3_Lab1_AppendixA.pdf”>here to download Appendix A.
After reviewing your database design from Lab 1: Creating a Database Design in Visio, the college has provided more information for the database that they want developed:
For each student, the college needs to track the student ID, student names, addresses, start date, phone numbers and types (such as mobile, home, work), email addresses and types (such as personal, school, work), gender, and birth date.For each course, the college needs to track the course ID, course name, department, quarters offered, sections, and instructor teaching each course.For each instructor, the college needs to track the instructor ID, name, address, phone numbers and types (such as mobile, home, work), email addresses and types (such as personal, school, work), gender, birth date, and the courses that each instructor is qualified to teach.Additionally, the college needs to track the final grades for each student after each course has completed.
Section 1: Modified Visio Diagram
(Microsoft Visio or equivalent)
1. Use Microsoft Visio (or open source equivalent) in which you:
a. Modify the database diagram from Lab 1 with the entities and attributes that the scenario identified (i.e., a college tracking students, courses, and instructors).
b. Create the appropriate relationships between each entity within the diagram.
Section 1 of your assignment must follow these formatting requirements:
Submit the Visio diagram as a Visio file.
Section 2: Design Summary
(Microsoft Word or equivalent)
1. Write a one to two (1-2) page paper in which you:
a. Discuss the degree to which you believe the Visio diagram reflects the database design.
b. Describe any assumptions that you had to make about the business rules to in order to create the Visio diagram and the associated relationships.
Section 2 of your assignment must follow these formatting requirements:
Submit the design summary as a Microsoft Word file.Be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides; citations and references must follow APA or school-specific format. Check with your professor for any additional instructions.Include a cover page containing the title of the assignment, the student’s name, the professor’s name, the course title, and the date. The cover page is not included in the required assignment page length.
The specific course learning outcomes associated with this assignment are:
Describe the role of databases and database management systems in managing organizational data and information.Recognize the historical development of database management systems and logical data models.Compose conceptual data modeling techniques to capture the information requirements.Use technology and information resources to research issues in database systems.Write clearly and concisely about relational database management systems using proper writing mechanics and technical style conventions.
Click.strayer.edu/bbcswebdav/institution/CIS/111/1144/Week4/Week%204%20Lab%202%20Rubric.html”>here to view the grading rubric for this assignment.

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

Week 5 Lab 3
Click the link above to submit your assignment.
Students, please view the “Submit a Clickable Rubric Assignment” in the Student Center.
Instructors, training on how to grade is within the Instructor Center.
If you have purchased the EasyPHP USB drive accompanied with your course required texbook through the Strayer Bookstore, the software should be ready to use.
If you choose to download the software from.easyphp.org”>http://www.easyphp.org, use the installation guide provided.strayer.edu/bbcswebdav/institution/CIS/111/1144/Install_EASYPHP_Instructions_3-4-2014.pdf”>here to install the EasyPHP.
Lab 3: EasyPHP and MySQL Setup
Due Week 5 and worth 75 points
Install EasyPHP and MySQL and take a screen shot that shows the MySQL prompt on your screen. (Note: You must include the screen shot which shows that MySQL is installed on your computer as part of your assignment. An installation guide to aid the installation of EasyPHP and MySQL is located.strayer.edu/bbcswebdav/institution/CIS/111/1144/Install_EASYPHP_Instructions_3-4-2014.pdf”>here.Research the capabilities of MySQL.
Write a one to two (1-2) page paper in which you:
Describe your experiences related to your setup of MySQL. Include any difficulties or issues that you had encountered during the installation.Based on your post-installation research, describe the main capabilities of MySQL.Describe the approach that you would take to go from a conceptual or logical model that you created in Visio to the implementation of that database structure in MySQL. Determine the additional information that you will need to implement the database design in a database management system.Include the screen shot which shows that MySQL is installed on your computer.
Your assignment must follow these formatting requirements:
Be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides; citations and references must follow APA or school-specific format. Check with your professor for any additional instructions.Include a cover page containing the title of the assignment, the student’s name, the professor’s name, the course title, and the date. The cover page and the reference page are not included in the required assignment page length.
The specific course learning outcomes associated with this assignment are:
Describe the role of databases and database management systems in managing organizational data and information.Recognize the historical development of database management systems and logical data models.Use technology and information resources to research issues in database systems.Write clearly and concisely about relational database management systems using proper writing mechanics and technical style conventions.
Click.strayer.edu/bbcswebdav/institution/CIS/111/1144/Week5/Week%205%20Lab%203%20Rubric.html”>here to view the grading rubric for this assignment.

Week 7 Lab 4
· Click the link above to submit your assignment.
Students, please view the “Submit a Clickable Rubric Assignment” in the Student Center.
Instructors, training on how to grade is within the Instructor Center.
Lab 4: Structured Query Language (SQL)
Due Week 7 and worth 75 points
Refer to the database design crested in Lab 2: Modifying a Database Design in Visio to complete this Lab.
Perform the following steps in MySQL:
Create the tables and relationships from the database design discussed in Lab 2.Add at least five (5) records into each table (Note: You must determine the field values).Create a query with all fields from the student table, where the student’s last name is “Smith”.Create a query that includes students’ first names, last names, and phone numbers.Create a query that includes instructors’ first names, last names, and courses they teach.
Include the following screen shots in a Microsoft Word document to show the completion of the steps above:
Screen shot depicting the tables created within MySQL.Screen shots depicting the records added into each table.Screen shots depicting the SQL code and the query results from each of the queries created.
Your assignment must follow these formatting requirements:
Submit the lab as a Microsoft Word document.Include a cover page containing the title of the assignment, the student’s name, the professor’s name, the course title, and the date. The cover page is not included in the required assignment page length.
The specific course learning outcomes associated with this assignment are:
Prepare database design documents using the data definition, data manipulation, and data control language components of the SQL language.
Click.strayer.edu/bbcswebdav/institution/CIS/111/1144/Week7/Week%207%20Lab%204%20Rubric.html”>here to view the grading rubric for this assignment.

Calculate the price
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know how difficult it is to be a student these days. That's why our prices are one of the most affordable on the market, and there are no hidden fees.

Instead, we offer bonuses, discounts, and free services to make your experience outstanding.
How it works
Receive a 100% original paper that will pass Turnitin from a top essay writing service
step 1
Upload your instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
Pro service tips
How to get the most out of your experience with Essay Fountain
One writer throughout the entire course
If you like the writer, you can hire them again. Just copy & paste their ID on the order form ("Preferred Writer's ID" field). This way, your vocabulary will be uniform, and the writer will be aware of your needs.
The same paper from different writers
You can order essay or any other work from two different writers to choose the best one or give another version to a friend. This can be done through the add-on "Same paper from another writer."
Copy of sources used by the writer
Our college essay writers work with ScienceDirect and other databases. They can send you articles or materials used in PDF or through screenshots. Just tick the "Copy of sources" field on the order form.
Testimonials
See why 20k+ students have chosen us as their sole writing assistance provider
Check out the latest reviews and opinions submitted by real customers worldwide and make an informed decision.
Nursing
Fabulous fast service
Customer 453075, April 21st, 2022
Management
Excellent work done. Thank you
Customer 452829, August 1st, 2021
Ethics
Since I will be needing assistance from your Team, please do not block me from editing the paper. The entire did an awesome job on last semester and I never once encountered a situation as such. Thank you for your assistance and I look forward to working with the Team for the next 7 weeks of the semester.
Customer 452919, January 15th, 2022
Psychology
Thank you so much!! Very much appreciated!
Customer 452717, April 20th, 2021
Sociology
Thank you, the journal wa submitted today and I hope to continue receiving services.
Customer 452919, October 28th, 2021
Social Work and Human Services
Thank you for presenting the paper n-time. The team is getting much better. I have used you guys for a at least 4 semesters and will continue throughout my college career.
Customer 452919, February 21st, 2024
Human Resources Management (HRM)
Thank you for your time and help. I was concerned that I would not make my deadline due to a family emergency, and you guys came through in the clutch. you are appreciated and i will be letting friends and family know of my experience here.
Customer 453045, February 24th, 2022
Nutrition, Hospitality & Human Services
Thank you for your assistance.
Customer 452919, April 13th, 2024
Psychology
Thank you very much! I will be using your service again soon.
Customer 452665, March 18th, 2021
Psychology
Awesome work!
Customer 452521, June 27th, 2020
Sociology
Thank you!
Customer 452919, April 5th, 2022
Business Studies
I had no idea what to do here and you nailed it! Thank you so much!
Customer 453131, November 21st, 2022
11,595
Customer reviews in total
96%
Current satisfaction rate
3 pages
Average paper length
37%
Customers referred by a friend
OUR GIFT TO YOU
15% OFF your first order
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Claim my 15% OFF Order in Chat