SlideShare a Scribd company logo
1 of 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.

More Related Content

Similar to 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 to 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 Focus Dreams/newtonhelp.com
cis 510 Focus Dreams/newtonhelp.comcis 510 Focus Dreams/newtonhelp.com
cis 510 Focus Dreams/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 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
 

More from 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
 

More from 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
 

Recently uploaded

Financial Accounting IFRS, 3rd Edition-dikompresi.pdf
Financial Accounting IFRS, 3rd Edition-dikompresi.pdfFinancial Accounting IFRS, 3rd Edition-dikompresi.pdf
Financial Accounting IFRS, 3rd Edition-dikompresi.pdf
MinawBelay
 

Recently uploaded (20)

Navigating the Misinformation Minefield: The Role of Higher Education in the ...
Navigating the Misinformation Minefield: The Role of Higher Education in the ...Navigating the Misinformation Minefield: The Role of Higher Education in the ...
Navigating the Misinformation Minefield: The Role of Higher Education in the ...
 
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceutics
 
Graduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxGraduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptx
 
An Overview of the Odoo 17 Discuss App.pptx
An Overview of the Odoo 17 Discuss App.pptxAn Overview of the Odoo 17 Discuss App.pptx
An Overview of the Odoo 17 Discuss App.pptx
 
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING IIII BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 
....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf
 
Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).
 
An Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppAn Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge App
 
HVAC System | Audit of HVAC System | Audit and regulatory Comploance.pptx
HVAC System | Audit of HVAC System | Audit and regulatory Comploance.pptxHVAC System | Audit of HVAC System | Audit and regulatory Comploance.pptx
HVAC System | Audit of HVAC System | Audit and regulatory Comploance.pptx
 
How to Analyse Profit of a Sales Order in Odoo 17
How to Analyse Profit of a Sales Order in Odoo 17How to Analyse Profit of a Sales Order in Odoo 17
How to Analyse Profit of a Sales Order in Odoo 17
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
 
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community PartnershipsSpring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
 
The Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. HenryThe Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. Henry
 
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...
 
MOOD STABLIZERS DRUGS.pptx
MOOD     STABLIZERS           DRUGS.pptxMOOD     STABLIZERS           DRUGS.pptx
MOOD STABLIZERS DRUGS.pptx
 
Financial Accounting IFRS, 3rd Edition-dikompresi.pdf
Financial Accounting IFRS, 3rd Edition-dikompresi.pdfFinancial Accounting IFRS, 3rd Edition-dikompresi.pdf
Financial Accounting IFRS, 3rd Edition-dikompresi.pdf
 

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.