SlideShare una empresa de Scribd logo
1 de 7
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:
1. Create the tables and relationships from the database design
discussed in Lab 2.
2. Add at least five (5) records into each table (Note: You must
determine the field values).
3. Create a query with all fields from the student table, where
the student's last name is "Smith".
4. Create a query that includes students’ first names, last names,
and phone numbers.
5. 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 here to view the grading rubric for this assignment.
Week 6 Assignment
· 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.
Assignment 2: Normalization
Due Week 6 and worth 100 points
Suppose that you are the database developer for a local college.
The Chief Information Officer (CIO) has asked you to provide a
summary of normalizing database tables that the IT staff will
use in the upcoming training session.
Write a two to three (2-3) page paper in which you:
1. Describe the steps that you would use in order to convert
database tables to the First Normal Form, the Second Normal
Form, and the Third Normal Form.
2. Provide one (1) example that is relevant to a college
environment that illustrates reasons for converting database
tables to the First, Second, and Third Normal Forms.
3. Explain typical situations when denormalizing a table is
acceptable. Provide one (1) example of denormalizing a
database table to justify your response.
4. Explain the significant manner in which business rules
impact both database normalization and the decision to
denormalize database tables.
5. Use at least three (3) quality resources in this assignment.
Note: Wikipedia and similar Websites do not qualify as quality
resources.
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:
. Recognize the purpose and principles of normalizing a
relational database structure.
. Design a relational database so that it is at least in 3NF.
. 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 here to view the grading rubric for this assignment.
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 http://www.easyphp.org, use the installation guide
provided 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 here.
· Research the capabilities of MySQL.
Write a one to two (1-2) page paper in which you:
1. Describe your experiences related to your setup of MySQL.
Include any difficulties or issues that you had encountered
during the installation.
1. Based on your post-installation research, describe the main
capabilities of MySQL.
1. 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.
1. 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 here to view the grading rubric for this assignment.
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 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 here to view the grading rubric for this assignment.

Más contenido relacionado

Similar a Week 7 Lab 4· Click the link above to submit your assignment..docx

IT 204 Final Project Guidelines and RubricOverviewThe fina.docx
IT 204 Final Project Guidelines and RubricOverviewThe fina.docxIT 204 Final Project Guidelines and RubricOverviewThe fina.docx
IT 204 Final Project Guidelines and RubricOverviewThe fina.docx
christiandean12115
 

Similar a Week 7 Lab 4· Click the link above to submit your assignment..docx (18)

CIS 331 Effective Communication/tutorialrank.com
 CIS 331 Effective Communication/tutorialrank.com CIS 331 Effective Communication/tutorialrank.com
CIS 331 Effective Communication/tutorialrank.com
 
CIS 498 Focus Dreams/newtonhelp.com
CIS 498 Focus Dreams/newtonhelp.comCIS 498 Focus Dreams/newtonhelp.com
CIS 498 Focus Dreams/newtonhelp.com
 
CIS 498 Effective Communication/tutorialrank.com
 CIS 498 Effective Communication/tutorialrank.com CIS 498 Effective Communication/tutorialrank.com
CIS 498 Effective Communication/tutorialrank.com
 
Cis 498 Inspiring Innovation--tutorialrank.com
Cis 498  Inspiring Innovation--tutorialrank.comCis 498  Inspiring Innovation--tutorialrank.com
Cis 498 Inspiring Innovation--tutorialrank.com
 
CIS 515 Enhance teaching / snaptutorial.com
CIS 515 Enhance teaching / snaptutorial.com CIS 515 Enhance teaching / snaptutorial.com
CIS 515 Enhance teaching / snaptutorial.com
 
CIS 331 Education Redefined / snaptutorial.com
CIS 331  Education Redefined / snaptutorial.comCIS 331  Education Redefined / snaptutorial.com
CIS 331 Education Redefined / snaptutorial.com
 
CIS 510 Inspiring Innovation/tutorialrank.com
 CIS 510 Inspiring Innovation/tutorialrank.com CIS 510 Inspiring Innovation/tutorialrank.com
CIS 510 Inspiring Innovation/tutorialrank.com
 
Cis 498 Extraordinary Success/newtonhelp.com
Cis 498 Extraordinary Success/newtonhelp.com  Cis 498 Extraordinary Success/newtonhelp.com
Cis 498 Extraordinary Success/newtonhelp.com
 
IT 204 Final Project Guidelines and RubricOverviewThe fina.docx
IT 204 Final Project Guidelines and RubricOverviewThe fina.docxIT 204 Final Project Guidelines and RubricOverviewThe fina.docx
IT 204 Final Project Guidelines and RubricOverviewThe fina.docx
 
cis 510 Imagine Your Future/newtonhelp.com   
cis 510 Imagine Your Future/newtonhelp.com   cis 510 Imagine Your Future/newtonhelp.com   
cis 510 Imagine Your Future/newtonhelp.com   
 
cis 510 Life of the Mind/newtonhelp.com   
cis 510 Life of the Mind/newtonhelp.com   cis 510 Life of the Mind/newtonhelp.com   
cis 510 Life of the Mind/newtonhelp.com   
 
cis 510 Focus Dreams/newtonhelp.com
cis 510 Focus Dreams/newtonhelp.comcis 510 Focus Dreams/newtonhelp.com
cis 510 Focus Dreams/newtonhelp.com
 
CIS 518 STUDY Education Planning--cis518study.com
CIS 518 STUDY Education Planning--cis518study.comCIS 518 STUDY Education Planning--cis518study.com
CIS 518 STUDY Education Planning--cis518study.com
 
CIS 532 Effective Communication/tutorialrank.com
 CIS 532 Effective Communication/tutorialrank.com CIS 532 Effective Communication/tutorialrank.com
CIS 532 Effective Communication/tutorialrank.com
 
Cis 498 Education Organization-snaptutorial.com
Cis 498 Education Organization-snaptutorial.comCis 498 Education Organization-snaptutorial.com
Cis 498 Education Organization-snaptutorial.com
 
Cis 498 Enhance teaching / snaptutorial.com
Cis 498   Enhance teaching / snaptutorial.comCis 498   Enhance teaching / snaptutorial.com
Cis 498 Enhance teaching / snaptutorial.com
 
CIS 510 RANK Education Planning--cis510rank.com
CIS 510 RANK Education Planning--cis510rank.comCIS 510 RANK Education Planning--cis510rank.com
CIS 510 RANK Education Planning--cis510rank.com
 
CIS 510 RANK Lessons in Excellence--cis510rank.com
CIS 510 RANK Lessons in Excellence--cis510rank.comCIS 510 RANK Lessons in Excellence--cis510rank.com
CIS 510 RANK Lessons in Excellence--cis510rank.com
 

Más de cockekeshia

at least 2 references in each peer responses! I noticed .docx
at least 2 references in each peer responses! I noticed .docxat least 2 references in each peer responses! I noticed .docx
at least 2 references in each peer responses! I noticed .docx
cockekeshia
 
At least 2 pages longMarilyn Lysohir, an internationally celebra.docx
At least 2 pages longMarilyn Lysohir, an internationally celebra.docxAt least 2 pages longMarilyn Lysohir, an internationally celebra.docx
At least 2 pages longMarilyn Lysohir, an internationally celebra.docx
cockekeshia
 
At least 2 citations. APA 7TH EditionResponse 1. TITop.docx
At least 2 citations. APA 7TH EditionResponse 1. TITop.docxAt least 2 citations. APA 7TH EditionResponse 1. TITop.docx
At least 2 citations. APA 7TH EditionResponse 1. TITop.docx
cockekeshia
 
At an elevation of nearly four thousand metres above sea.docx
At an elevation of nearly four thousand metres above sea.docxAt an elevation of nearly four thousand metres above sea.docx
At an elevation of nearly four thousand metres above sea.docx
cockekeshia
 
At least 500 wordsPay attention to the required length of these.docx
At  least 500 wordsPay attention to the required length of these.docxAt  least 500 wordsPay attention to the required length of these.docx
At least 500 wordsPay attention to the required length of these.docx
cockekeshia
 
At a generic level, innovation is a core business process concerned .docx
At a generic level, innovation is a core business process concerned .docxAt a generic level, innovation is a core business process concerned .docx
At a generic level, innovation is a core business process concerned .docx
cockekeshia
 
Astronomy ASTA01The Sun and PlanetsDepartment of Physic.docx
Astronomy ASTA01The Sun and PlanetsDepartment of Physic.docxAstronomy ASTA01The Sun and PlanetsDepartment of Physic.docx
Astronomy ASTA01The Sun and PlanetsDepartment of Physic.docx
cockekeshia
 
Astrategicplantoinformemergingfashionretailers.docx
Astrategicplantoinformemergingfashionretailers.docxAstrategicplantoinformemergingfashionretailers.docx
Astrategicplantoinformemergingfashionretailers.docx
cockekeshia
 
Asthma, Sleep, and Sun-SafetyPercentage of High School S.docx
Asthma, Sleep, and Sun-SafetyPercentage of High School S.docxAsthma, Sleep, and Sun-SafetyPercentage of High School S.docx
Asthma, Sleep, and Sun-SafetyPercentage of High School S.docx
cockekeshia
 
Asthma DataSchoolNumStudentIDGenderZipDOBAsthmaRADBronchitisWheezi.docx
Asthma DataSchoolNumStudentIDGenderZipDOBAsthmaRADBronchitisWheezi.docxAsthma DataSchoolNumStudentIDGenderZipDOBAsthmaRADBronchitisWheezi.docx
Asthma DataSchoolNumStudentIDGenderZipDOBAsthmaRADBronchitisWheezi.docx
cockekeshia
 

Más de cockekeshia (20)

at least 2 references in each peer responses! I noticed .docx
at least 2 references in each peer responses! I noticed .docxat least 2 references in each peer responses! I noticed .docx
at least 2 references in each peer responses! I noticed .docx
 
At least 2 pages longMarilyn Lysohir, an internationally celebra.docx
At least 2 pages longMarilyn Lysohir, an internationally celebra.docxAt least 2 pages longMarilyn Lysohir, an internationally celebra.docx
At least 2 pages longMarilyn Lysohir, an internationally celebra.docx
 
At least 2 citations. APA 7TH EditionResponse 1. TITop.docx
At least 2 citations. APA 7TH EditionResponse 1. TITop.docxAt least 2 citations. APA 7TH EditionResponse 1. TITop.docx
At least 2 citations. APA 7TH EditionResponse 1. TITop.docx
 
At each decision point, you should evaluate all options before selec.docx
At each decision point, you should evaluate all options before selec.docxAt each decision point, you should evaluate all options before selec.docx
At each decision point, you should evaluate all options before selec.docx
 
At an elevation of nearly four thousand metres above sea.docx
At an elevation of nearly four thousand metres above sea.docxAt an elevation of nearly four thousand metres above sea.docx
At an elevation of nearly four thousand metres above sea.docx
 
At a minimum, your outline should include the followingIntroducti.docx
At a minimum, your outline should include the followingIntroducti.docxAt a minimum, your outline should include the followingIntroducti.docx
At a minimum, your outline should include the followingIntroducti.docx
 
At least 500 wordsPay attention to the required length of these.docx
At  least 500 wordsPay attention to the required length of these.docxAt  least 500 wordsPay attention to the required length of these.docx
At least 500 wordsPay attention to the required length of these.docx
 
At a generic level, innovation is a core business process concerned .docx
At a generic level, innovation is a core business process concerned .docxAt a generic level, innovation is a core business process concerned .docx
At a generic level, innovation is a core business process concerned .docx
 
Asymmetric Cryptography•Description of each algorithm•Types•Encrypt.docx
Asymmetric Cryptography•Description of each algorithm•Types•Encrypt.docxAsymmetric Cryptography•Description of each algorithm•Types•Encrypt.docx
Asymmetric Cryptography•Description of each algorithm•Types•Encrypt.docx
 
Astronomy HWIn 250-300 words,What was Aristarchus idea of the.docx
Astronomy HWIn 250-300 words,What was Aristarchus idea of the.docxAstronomy HWIn 250-300 words,What was Aristarchus idea of the.docx
Astronomy HWIn 250-300 words,What was Aristarchus idea of the.docx
 
Astronomy ASTA01The Sun and PlanetsDepartment of Physic.docx
Astronomy ASTA01The Sun and PlanetsDepartment of Physic.docxAstronomy ASTA01The Sun and PlanetsDepartment of Physic.docx
Astronomy ASTA01The Sun and PlanetsDepartment of Physic.docx
 
Astronomers have been reflecting laser beams off the Moon since refl.docx
Astronomers have been reflecting laser beams off the Moon since refl.docxAstronomers have been reflecting laser beams off the Moon since refl.docx
Astronomers have been reflecting laser beams off the Moon since refl.docx
 
Astrategicplantoinformemergingfashionretailers.docx
Astrategicplantoinformemergingfashionretailers.docxAstrategicplantoinformemergingfashionretailers.docx
Astrategicplantoinformemergingfashionretailers.docx
 
Asthma, Sleep, and Sun-SafetyPercentage of High School S.docx
Asthma, Sleep, and Sun-SafetyPercentage of High School S.docxAsthma, Sleep, and Sun-SafetyPercentage of High School S.docx
Asthma, Sleep, and Sun-SafetyPercentage of High School S.docx
 
Asthma DataSchoolNumStudentIDGenderZipDOBAsthmaRADBronchitisWheezi.docx
Asthma DataSchoolNumStudentIDGenderZipDOBAsthmaRADBronchitisWheezi.docxAsthma DataSchoolNumStudentIDGenderZipDOBAsthmaRADBronchitisWheezi.docx
Asthma DataSchoolNumStudentIDGenderZipDOBAsthmaRADBronchitisWheezi.docx
 
Assumption-Busting1. What assumption do you have that is in s.docx
Assumption-Busting1.  What assumption do you have that is in s.docxAssumption-Busting1.  What assumption do you have that is in s.docx
Assumption-Busting1. What assumption do you have that is in s.docx
 
Assuming you have the results of the Business Impact Analysis and ri.docx
Assuming you have the results of the Business Impact Analysis and ri.docxAssuming you have the results of the Business Impact Analysis and ri.docx
Assuming you have the results of the Business Impact Analysis and ri.docx
 
Assuming you are hired by a corporation to assess the market potenti.docx
Assuming you are hired by a corporation to assess the market potenti.docxAssuming you are hired by a corporation to assess the market potenti.docx
Assuming you are hired by a corporation to assess the market potenti.docx
 
Assuming that you are in your chosen criminal justice professi.docx
Assuming that you are in your chosen criminal justice professi.docxAssuming that you are in your chosen criminal justice professi.docx
Assuming that you are in your chosen criminal justice professi.docx
 
assuming that Nietzsche is correct that conventional morality is aga.docx
assuming that Nietzsche is correct that conventional morality is aga.docxassuming that Nietzsche is correct that conventional morality is aga.docx
assuming that Nietzsche is correct that conventional morality is aga.docx
 

Último

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Último (20)

How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 

Week 7 Lab 4· Click the link above to submit your assignment..docx

  • 1. 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: 1. Create the tables and relationships from the database design discussed in Lab 2. 2. Add at least five (5) records into each table (Note: You must determine the field values). 3. Create a query with all fields from the student table, where the student's last name is "Smith". 4. Create a query that includes students’ first names, last names, and phone numbers. 5. 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
  • 2. assignment are: . Prepare database design documents using the data definition, data manipulation, and data control language components of the SQL language. Click here to view the grading rubric for this assignment. Week 6 Assignment · 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. Assignment 2: Normalization Due Week 6 and worth 100 points Suppose that you are the database developer for a local college. The Chief Information Officer (CIO) has asked you to provide a summary of normalizing database tables that the IT staff will use in the upcoming training session. Write a two to three (2-3) page paper in which you: 1. Describe the steps that you would use in order to convert database tables to the First Normal Form, the Second Normal Form, and the Third Normal Form. 2. Provide one (1) example that is relevant to a college environment that illustrates reasons for converting database tables to the First, Second, and Third Normal Forms. 3. Explain typical situations when denormalizing a table is acceptable. Provide one (1) example of denormalizing a database table to justify your response. 4. Explain the significant manner in which business rules impact both database normalization and the decision to denormalize database tables. 5. Use at least three (3) quality resources in this assignment. Note: Wikipedia and similar Websites do not qualify as quality resources. Your assignment must follow these formatting requirements:
  • 3. . 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: . Recognize the purpose and principles of normalizing a relational database structure. . Design a relational database so that it is at least in 3NF. . 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 here to view the grading rubric for this assignment. 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 http://www.easyphp.org, use the installation guide provided here to install the EasyPHP. Lab 3: EasyPHP and MySQL Setup Due Week 5 and worth 75 points
  • 4. · 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 here. · Research the capabilities of MySQL. Write a one to two (1-2) page paper in which you: 1. Describe your experiences related to your setup of MySQL. Include any difficulties or issues that you had encountered during the installation. 1. Based on your post-installation research, describe the main capabilities of MySQL. 1. 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. 1. 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.
  • 5. . Write clearly and concisely about relational database management systems using proper writing mechanics and technical style conventions. Click here to view the grading rubric for this assignment. 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 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,
  • 6. 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
  • 7. 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 here to view the grading rubric for this assignment.