SlideShare a Scribd company logo
1 of 20
Fina Assessment Project
The objective of this project is for students to apply the
database design principles to a real-life scenario. This is a
practical design project – students must create and submit the
database, as well as documentation for the items below. The
students will review database requirements and produce the
following:
Part One: Database in Access and Rationale Document (0-60
points) Database Design and Rationale (0-30 points)
Access database with normalized tables: A set of tables in at
least third-normal form is required for completion of this
project. Complete table structures are required; students must
also determine if primary or any other keys are required for
each table. The student must also describe, in detail, and in a
separate document, the rationale he/she used in developing the
specified set of tables, as well as the specific fields in the
tables.
· Rationale used in developing the specified set of tables, as
well as the specific fields in the tables, is provided (Separate
file for upload to Blackboard).
· Fieldnames are all single-valued; each column has a distinct
name; all the values in a column are values of the attribute that
is identified by the column name; the order of columns and rows
is immaterial; each row is distinct.
· Database and tables are created in Access.
· Correct table relationships are established in Access.
· Referential integrity, cascade update and cascade delete are
used appropriately
Keys (0-10 points)
· All appropriate keys have been identified and their functions
described in the rationale document
· Primary key is a minimal collection of columns on which all
columns are functionally dependent.
Report Rationale (0-10 points)
Three potential reports described in the rationale document that
could be generated in response to user requests; supporting
queries and reports must be included (ex.: report of number
viewers that viewed each movie each year; correct sorting and
grouping) in the Access database. Rationale required in the
rationale document for why each report could provide important
information for decision-making; queries must specify criteria
for record selection, as well as grouping, sorting and any other
requirements for the specific report (included in Rationale file
described in Database/Tables above.)
· Three reports that could be used in response to user requests
are identified.
· Rationale for why each report could provide important
information for decisionmaking is provided.
· Reports must be created in Access and use the correct queries
as the source.
Supporting Queries (0-10 points)
· Three queries are provided, and specify criteria for record
selection, as well as grouping, sorting and any other
requirements for the specific report.
· Queries are not simple listings with simple criteria, but must
use more advanced functions, such as sorting, grouping and
aggregate functions (counts, averages, etc).
Part Two: E-R Diagram (0-10 points)
E-R diagram: An E-R diagram for the database is required for
this project. This may be completed in Word, Excel, or
whatever program the student is most comfortable using.
(Separate file for upload to Blackboard)
· Graphic model is complete with all entities, attributes, and
relationships represented.
· ER Diagram is formatted according to instructions provided in
Chapter 1 in the textbook.
Part Three: DBDL Diagram (0-10 points)
DBDL diagram, complete with relevant keys: A DBDL diagram
is required for this project. This may be completed in Word,
Excel, or whatever program the student is most comfortable
using. (Separate file for upload to Blackboard)
· Diagram is complete with all tables, attributes, and keys
(primary, alternate, secondary and/or foreign).
· ER Diagram is formatted according to instructions provided in
Chapter 6 in the textbook.
Part Four: Users and Roles/Data Permissions (0-10 points)
Users must be recommended to provide levels of access to the
database, in order to perform functions such as database
administration, data entry, and management decision-making.
Suggested users, roles and permissions as related to access and
security must be required: please specify what data and types of
reports each user would most likely need access to, and
privileges in the database that would most likely be assigned.
Support your answer with information from the textbook or
other valid sources (Separate file for upload to Blackboard).
· User permissions clearly specify the kind of access each user
role has to the objects (tables, reports, etc.) in the database.
· Examples of specific commands that would be used to grant
privileges are provided.
· Supporting information from the text is provided.
Part Five: Backup/Archive (0-10 points) Backup (0-5 points)
Suggested backup/archive procedures: Please suggest
procedures that would be used for backup and archive of the
database. Provide a detailed rationale for each, using support
from the textbook or other valid sources. The emphasis is
should be on process and procedures, as well as rationale for
why and how each should be done; however, you may include
specific technologies that you would recommend (Separate files
for backing up and archiving for upload to Blackboard).
· Suggested procedures and schedule for backup of the database
are provided.
· Details regarding specific backup technologies and procedures
are provided.
· A detailed rationale, with supporting information from the
text, is provided.
Archive (0-5 points)
· Description of the differences between backup and archive
must be provided.
· Suggested procedures and schedule for archival of the
database are provided.
· Details regarding specific archive procedures are provided.
· A detailed rationale, with supporting information from the
text, is provided.Scenario
You have been asked to develop a database system to track the
movies your customers viewed over the past summer. The
database system must structured in such a way as to be able to
produce a variety of reports related to the movies viewed:
Movies Released During Summer
Movie
Genre
Rating
X-Men: Days of Future Past
Action/Adventure
PG-13
Maleficent
Family and Kids
PG
Edge of Tomorrow
Science Fiction
PG-13
How to Train your Dragon 2
Family and Kids
PG
Transformers: Age of Extinction
Action/Adventure
PG-13
Planes: Fire and Rescue
Family and Kids
PG
Hercules
Action/Adventure
PG-13
Guardians of the Galaxy
Action/Adventure
PG-13
Step Up: All In
Drama
PG-13
Teenage Mutant Ninja Turtles
Action/Adventure
PG-13
The Hundred Foot Journey
Drama
PG
When the Game
Stands Tall
Drama
PG
Movies Viewed
The following movies were viewed during the summer.
(Information not displayed here, but that needs to be collected,
includes address and any other pertinent identifying information
for customers).
Customer and Movie Viewed
Numeric Feedback Rating*
1-5
Charlotte Osborne
Maleficent
5
Edge of Tomorrow
5
How to Train your Dragon 2
4
Cory Simon
Planes: Fire and Rescue
1
Hercules
2
Guardians of the Galaxy
1
Step Up: All In
3
Jan Cruz
The Hundred Foot Journey
3
When the Game Stands Tall
4
Arnold Nunez
X-Men: Days of Future Past
5
Maleficent
5
Edge of Tomorrow
4
How to Train your Dragon 2
4
Transformers: Age of Extinction
3
Gilberto Hale
How to Train your Dragon 2
2
Transformers: Age of Extinction
2
Chad Olson
When the Game Stands Tall
1
Jodi Knight
Maleficent
1
Emanuel Ingram
Teenage Mutant Ninja Turtles
5
The Hundred Foot Journey
5
When the Game Stands Tall
4
Carol Rodgers
X-Men: Days of Future Past
4
Maleficent
4
Edge of Tomorrow
4
Freddie Simpson
The Hundred Foot Journey
3
Ebony King
Guardians of the Galaxy
3
Step Up: All In
5
Teenage Mutant Ninja Turtles
5
Kim Marshall
Planes: Fire and Rescue
5
Hercules
4
Guardians of the Galaxy
4
Step Up: All In
1
* 1 – hated it, 2 –disliked it, 3 – neither liked nor disliked, 4 –
liked it, 5 – loved it
Fina Assessment Project
The objective of this project is for students to apply the
database design principles to a real-life
scenario. This is a practical design project – students must
create and submit the database, as
well as documentation for the items below. The students will
review database requirements and
produce the following:
Part One: Database in Access and Rationale Document (0-60
points)
Database Design and Rationale (0-30 points)
Access database with normalized tables: A set of tables in at
least third-normal form is
required for completion of this project. Complete table
structures are required; students
must also determine if primary or any other keys are required
for each table. The student
must also describe, in detail, and in a separate document, the
rationale he/she used in
developing the specified set of tables, as well as the specific
fields in the tables.
well as the specific
fields in the tables, is provided (Separate file for upload to
Blackboard).
-valued; each column has a distinct
name; all the values
in a column are values of the attribute that is identified by the
column name; the
order of columns and rows is immaterial; each row is distinct.
used appropriately
Keys (0-10 points)
described in the
rationale document
columns are
functionally dependent.
Report Rationale (0-10 points)
Three potential reports described in the rationale document that
could be generated in
response to user requests; supporting queries and reports must
be included (ex.: report of
number viewers that viewed each movie each year; correct
sorting and grouping) in the
Access database. Rationale required in the rationale document
for why each report could
provide important information for decision-making; queries
must specify criteria for
record selection, as well as grouping, sorting and any other
requirements for the specific
report (included in Rationale file described in Database/Tables
above.)
are identified.
information for decision-
making is provided.
as the source.
Supporting Queries (0-10 points)
selection, as well as
grouping, sorting and any other requirements for the specific
report.
use more advanced
functions, such as sorting, grouping and aggregate functions
(counts, averages, etc).
Part Two: E-R Diagram (0-10 points)
E-R diagram: An E-R diagram for the database is required for
this project. This may be
completed in Word, Excel, or whatever program the student is
most comfortable using.
(Separate file for upload to Blackboard)
ities, attributes, and
relationships represented.
in Chapter 1 in the
textbook.
Part Three: DBDL Diagram (0-10 points)
DBDL diagram, complete with relevant keys: A DBDL diagram
is required for this project.
This may be completed in Word, Excel, or whatever program
the student is most comfortable
using. (Separate file for upload to Blackboard)
(primary, alternate,
secondary and/or foreign).
in Chapter 6 in the
textbook.
Part Four: Users and Roles/Data Permissions (0-10 points)
Users must be recommended to provide levels of access to the
database, in order to perform
functions such as database administration, data entry, and
management decision-making.
Suggested users, roles and permissions as related to access and
security must be required:
please specify what data and types of reports each user would
most likely need access to, and
privileges in the database that would most likely be assigned.
Support your answer with
information from the textbook or other valid sources (Separate
file for upload to Blackboard).
d of access each user
role has to the objects
(tables, reports, etc.) in the database.
privileges are provided.
Part Five: Backup/Archive (0-10 points)
Backup (0-5 points)
Suggested backup/archive procedures: Please suggest
procedures that would be used for
backup and archive of the database. Provide a detailed rationale
for each, using support
from the textbook or other valid sources. The emphasis is
should be on process and
procedures, as well as rationale for why and how each should be
done; however, you may
include specific technologies that you would recommend
(Separate files for backing up
and archiving for upload to Blackboard).
database are provided.
procedures are provided.
text, is provided.
Archive (0-5 points)
must be provided.
database are provided.
ale, with supporting information from the
text, is provided.
Scenario
You have been asked to develop a database system to track the
movies your customers viewed
over the past summer. The database system must structured in
such a way as to be able to
produce a variety of reports related to the movies viewed:
Movies Released During Summer
Movie Genre Rating
X-Men: Days of
Future Past
Action/Adventure PG-13
Maleficent Family and Kids PG
Edge of Tomorrow Science Fiction PG-13
How to Train your
Dragon 2
Family and Kids PG
Transformers: Age of
Extinction
Action/Adventure PG-13
Planes: Fire and
Rescue
Family and Kids PG
Hercules Action/Adventure PG-13
Guardians of the
Galaxy
Action/Adventure PG-13
Step Up: All In Drama PG-13
Teenage Mutant
Ninja Turtles
Action/Adventure PG-13
The Hundred Foot
Journey
Drama PG
When the Game
Stands Tall
Drama PG
Movies Viewed
The following movies were viewed during the summer.
(Information not displayed here, but that
needs to be collected, includes address and any other pertinent
identifying information for
customers).
Customer and Movie Viewed Numeric Feedback Rating*
1-5
Charlotte Osborne
Maleficent 5
Edge of Tomorrow 5
How to Train your Dragon 2 4
Cory Simon
Planes: Fire and Rescue 1
Hercules 2
Guardians of the Galaxy 1
Step Up: All In 3
Jan Cruz
The Hundred Foot Journey 3
When the Game Stands Tall 4
Arnold Nunez
X-Men: Days of Future Past 5
Maleficent 5
Edge of Tomorrow 4
How to Train your Dragon 2 4
Transformers: Age of Extinction 3
Gilberto Hale
How to Train your Dragon 2 2
Transformers: Age of Extinction 2
Chad Olson
When the Game Stands Tall 1
Jodi Knight
Maleficent 1
Emanuel Ingram
Teenage Mutant Ninja Turtles 5
The Hundred Foot Journey 5
When the Game Stands Tall 4
Carol Rodgers
X-Men: Days of Future Past 4
Maleficent 4
Edge of Tomorrow 4
Freddie Simpson
The Hundred Foot Journey 3
Ebony King
Guardians of the Galaxy 3
Step Up: All In 5
Teenage Mutant Ninja Turtles 5
Kim Marshall
Planes: Fire and Rescue 5
Hercules 4
Guardians of the Galaxy 4
Step Up: All In 1
* 1 – hated it, 2 –disliked it, 3 – neither liked nor disliked, 4 –
liked it, 5 – loved it
Fina Assessment Project The objective of this project is for stude.docx

More Related Content

Similar to Fina Assessment Project The objective of this project is for stude.docx

New folderCSE2AIF 2015 Assignment 2.pdfCSE2AIF - Artifi.docx
New folderCSE2AIF 2015 Assignment 2.pdfCSE2AIF - Artifi.docxNew folderCSE2AIF 2015 Assignment 2.pdfCSE2AIF - Artifi.docx
New folderCSE2AIF 2015 Assignment 2.pdfCSE2AIF - Artifi.docx
henrymartin15260
 
Assignment Stakeholder Management in OrganizationsTo prepare fo.docx
Assignment Stakeholder Management in OrganizationsTo prepare fo.docxAssignment Stakeholder Management in OrganizationsTo prepare fo.docx
Assignment Stakeholder Management in OrganizationsTo prepare fo.docx
lynettearnold46882
 
Discussion Question 2System Requirements DeterminationFor requir.docx
Discussion Question 2System Requirements DeterminationFor requir.docxDiscussion Question 2System Requirements DeterminationFor requir.docx
Discussion Question 2System Requirements DeterminationFor requir.docx
mickietanger
 
BMIS 530Systems Analysis and Redesign Project Phase 3Assignme
BMIS 530Systems Analysis and Redesign Project Phase 3AssignmeBMIS 530Systems Analysis and Redesign Project Phase 3Assignme
BMIS 530Systems Analysis and Redesign Project Phase 3Assignme
JeniceStuckeyoo
 
CPSC 50900 Database Systems ProjectAll your efforts this semeste
CPSC 50900 Database Systems ProjectAll your efforts this semesteCPSC 50900 Database Systems ProjectAll your efforts this semeste
CPSC 50900 Database Systems ProjectAll your efforts this semeste
CruzIbarra161
 
Structure of this ChapterIn Section 11.1Section 11.docx
Structure of this ChapterIn Section 11.1Section 11.docxStructure of this ChapterIn Section 11.1Section 11.docx
Structure of this ChapterIn Section 11.1Section 11.docx
florriezhamphrey3065
 
System Proposal TemplateCSC 545 System Design When preparing a.docx
System Proposal TemplateCSC 545 System Design When preparing a.docxSystem Proposal TemplateCSC 545 System Design When preparing a.docx
System Proposal TemplateCSC 545 System Design When preparing a.docx
ssuserf9c51d
 
Week 2 - Database System Development Lifecycle-old.pptx
Week 2 - Database System Development Lifecycle-old.pptxWeek 2 - Database System Development Lifecycle-old.pptx
Week 2 - Database System Development Lifecycle-old.pptx
NurulIzrin
 

Similar to Fina Assessment Project The objective of this project is for stude.docx (18)

IFSM 461 Effective Communication - tutorialrank.com
IFSM 461  Effective Communication - tutorialrank.comIFSM 461  Effective Communication - tutorialrank.com
IFSM 461 Effective Communication - tutorialrank.com
 
Ifsm 461 Education Specialist -snaptutorial.com
Ifsm 461 Education Specialist -snaptutorial.comIfsm 461 Education Specialist -snaptutorial.com
Ifsm 461 Education Specialist -snaptutorial.com
 
IFSM 461 Education Organization - snaptutorial.com
IFSM 461  Education Organization - snaptutorial.comIFSM 461  Education Organization - snaptutorial.com
IFSM 461 Education Organization - snaptutorial.com
 
IFSM 461 Inspiring Innovation/tutorialrank.com
 IFSM 461 Inspiring Innovation/tutorialrank.com IFSM 461 Inspiring Innovation/tutorialrank.com
IFSM 461 Inspiring Innovation/tutorialrank.com
 
IFSM 461 Enhance teaching - snaptutorial.com
IFSM 461  Enhance teaching - snaptutorial.comIFSM 461  Enhance teaching - snaptutorial.com
IFSM 461 Enhance teaching - snaptutorial.com
 
IFSM 461 EXceptional Education/snaptutorial.COM
IFSM 461 EXceptional Education/snaptutorial.COMIFSM 461 EXceptional Education/snaptutorial.COM
IFSM 461 EXceptional Education/snaptutorial.COM
 
BSOP 326 Success Begins /newtonhelp.com 
BSOP 326 Success Begins /newtonhelp.com BSOP 326 Success Begins /newtonhelp.com 
BSOP 326 Success Begins /newtonhelp.com 
 
IFSM 461 Entire Course NEW
IFSM 461 Entire Course NEWIFSM 461 Entire Course NEW
IFSM 461 Entire Course NEW
 
New folderCSE2AIF 2015 Assignment 2.pdfCSE2AIF - Artifi.docx
New folderCSE2AIF 2015 Assignment 2.pdfCSE2AIF - Artifi.docxNew folderCSE2AIF 2015 Assignment 2.pdfCSE2AIF - Artifi.docx
New folderCSE2AIF 2015 Assignment 2.pdfCSE2AIF - Artifi.docx
 
Assignment Stakeholder Management in OrganizationsTo prepare fo.docx
Assignment Stakeholder Management in OrganizationsTo prepare fo.docxAssignment Stakeholder Management in OrganizationsTo prepare fo.docx
Assignment Stakeholder Management in OrganizationsTo prepare fo.docx
 
Discussion Question 2System Requirements DeterminationFor requir.docx
Discussion Question 2System Requirements DeterminationFor requir.docxDiscussion Question 2System Requirements DeterminationFor requir.docx
Discussion Question 2System Requirements DeterminationFor requir.docx
 
BMIS 530Systems Analysis and Redesign Project Phase 3Assignme
BMIS 530Systems Analysis and Redesign Project Phase 3AssignmeBMIS 530Systems Analysis and Redesign Project Phase 3Assignme
BMIS 530Systems Analysis and Redesign Project Phase 3Assignme
 
BSOP 326 Effective Communication/tutorialrank.com
 BSOP 326 Effective Communication/tutorialrank.com BSOP 326 Effective Communication/tutorialrank.com
BSOP 326 Effective Communication/tutorialrank.com
 
CPSC 50900 Database Systems ProjectAll your efforts this semeste
CPSC 50900 Database Systems ProjectAll your efforts this semesteCPSC 50900 Database Systems ProjectAll your efforts this semeste
CPSC 50900 Database Systems ProjectAll your efforts this semeste
 
Structure of this ChapterIn Section 11.1Section 11.docx
Structure of this ChapterIn Section 11.1Section 11.docxStructure of this ChapterIn Section 11.1Section 11.docx
Structure of this ChapterIn Section 11.1Section 11.docx
 
Bsop 326 Enhance teaching - tutorialrank.com
Bsop 326  Enhance teaching - tutorialrank.comBsop 326  Enhance teaching - tutorialrank.com
Bsop 326 Enhance teaching - tutorialrank.com
 
System Proposal TemplateCSC 545 System Design When preparing a.docx
System Proposal TemplateCSC 545 System Design When preparing a.docxSystem Proposal TemplateCSC 545 System Design When preparing a.docx
System Proposal TemplateCSC 545 System Design When preparing a.docx
 
Week 2 - Database System Development Lifecycle-old.pptx
Week 2 - Database System Development Lifecycle-old.pptxWeek 2 - Database System Development Lifecycle-old.pptx
Week 2 - Database System Development Lifecycle-old.pptx
 

More from charlottej5

Final PaperOne reason that California have been known as the Gol.docx
Final PaperOne reason that California have been known as the Gol.docxFinal PaperOne reason that California have been known as the Gol.docx
Final PaperOne reason that California have been known as the Gol.docx
charlottej5
 
Final PaperIndia and China provide two fascinating country case st.docx
Final PaperIndia and China provide two fascinating country case st.docxFinal PaperIndia and China provide two fascinating country case st.docx
Final PaperIndia and China provide two fascinating country case st.docx
charlottej5
 
Final PaperMust begin with an introductory paragraph that has a .docx
Final PaperMust begin with an introductory paragraph that has a .docxFinal PaperMust begin with an introductory paragraph that has a .docx
Final PaperMust begin with an introductory paragraph that has a .docx
charlottej5
 
Final PaperFinal Paper SynopsisThe purpose of this paper .docx
Final PaperFinal Paper SynopsisThe purpose of this paper .docxFinal PaperFinal Paper SynopsisThe purpose of this paper .docx
Final PaperFinal Paper SynopsisThe purpose of this paper .docx
charlottej5
 
Final Paper, Essay Proposal, & Outline·The final essay should .docx
Final Paper, Essay Proposal, & Outline·The final essay should .docxFinal Paper, Essay Proposal, & Outline·The final essay should .docx
Final Paper, Essay Proposal, & Outline·The final essay should .docx
charlottej5
 
Final Paper  The summative assignment for this course is to write a .docx
Final Paper  The summative assignment for this course is to write a .docxFinal Paper  The summative assignment for this course is to write a .docx
Final Paper  The summative assignment for this course is to write a .docx
charlottej5
 
Final Essay Stage Two ah W334 A.docx
Final Essay Stage Two ah W334 A.docxFinal Essay Stage Two ah W334 A.docx
Final Essay Stage Two ah W334 A.docx
charlottej5
 
Final Digital Marketing PlanFinal Digital Marketing .docx
Final Digital Marketing PlanFinal Digital Marketing .docxFinal Digital Marketing PlanFinal Digital Marketing .docx
Final Digital Marketing PlanFinal Digital Marketing .docx
charlottej5
 
FINAL COURSE PROJECT PRESENTATION (SIGNATURE ASSIGNMENT)You .docx
FINAL COURSE PROJECT PRESENTATION (SIGNATURE ASSIGNMENT)You .docxFINAL COURSE PROJECT PRESENTATION (SIGNATURE ASSIGNMENT)You .docx
FINAL COURSE PROJECT PRESENTATION (SIGNATURE ASSIGNMENT)You .docx
charlottej5
 
Final Course PaperWrite about the impacts of health informatic.docx
Final Course PaperWrite about the impacts of health informatic.docxFinal Course PaperWrite about the impacts of health informatic.docx
Final Course PaperWrite about the impacts of health informatic.docx
charlottej5
 
Final Communication ProjectNew Testament 1.) Pick a Scriptur.docx
Final Communication ProjectNew Testament 1.) Pick a Scriptur.docxFinal Communication ProjectNew Testament 1.) Pick a Scriptur.docx
Final Communication ProjectNew Testament 1.) Pick a Scriptur.docx
charlottej5
 
Final Case Study and Strategic PlanRead the Walt Disney Company .docx
Final Case Study and Strategic PlanRead the Walt Disney Company .docxFinal Case Study and Strategic PlanRead the Walt Disney Company .docx
Final Case Study and Strategic PlanRead the Walt Disney Company .docx
charlottej5
 
FIN 571 Final Exam Question 1 Which of the following is c.docx
FIN 571 Final Exam Question 1 Which of the following is c.docxFIN 571 Final Exam Question 1 Which of the following is c.docx
FIN 571 Final Exam Question 1 Which of the following is c.docx
charlottej5
 
FIN 315 Fall 2018 Case Study Assignment due Dec 6 midnightNot .docx
FIN 315 Fall 2018 Case Study Assignment due Dec 6 midnightNot .docxFIN 315 Fall 2018 Case Study Assignment due Dec 6 midnightNot .docx
FIN 315 Fall 2018 Case Study Assignment due Dec 6 midnightNot .docx
charlottej5
 
FIN 320 Final Project Guidelines and Rubric Final Pro.docx
FIN 320 Final Project Guidelines and Rubric  Final Pro.docxFIN 320 Final Project Guidelines and Rubric  Final Pro.docx
FIN 320 Final Project Guidelines and Rubric Final Pro.docx
charlottej5
 
Film Analysis AssignmentPurpose To encourage you to becom.docx
Film Analysis AssignmentPurpose To encourage you to becom.docxFilm Analysis AssignmentPurpose To encourage you to becom.docx
Film Analysis AssignmentPurpose To encourage you to becom.docx
charlottej5
 

More from charlottej5 (20)

Final PaperIt was a pleasure to be with you all and you made it fu.docx
Final PaperIt was a pleasure to be with you all and you made it fu.docxFinal PaperIt was a pleasure to be with you all and you made it fu.docx
Final PaperIt was a pleasure to be with you all and you made it fu.docx
 
Final PaperOne reason that California have been known as the Gol.docx
Final PaperOne reason that California have been known as the Gol.docxFinal PaperOne reason that California have been known as the Gol.docx
Final PaperOne reason that California have been known as the Gol.docx
 
Final PaperIndia and China provide two fascinating country case st.docx
Final PaperIndia and China provide two fascinating country case st.docxFinal PaperIndia and China provide two fascinating country case st.docx
Final PaperIndia and China provide two fascinating country case st.docx
 
Final PaperMust begin with an introductory paragraph that has a .docx
Final PaperMust begin with an introductory paragraph that has a .docxFinal PaperMust begin with an introductory paragraph that has a .docx
Final PaperMust begin with an introductory paragraph that has a .docx
 
Final PaperFinal Paper SynopsisThe purpose of this paper .docx
Final PaperFinal Paper SynopsisThe purpose of this paper .docxFinal PaperFinal Paper SynopsisThe purpose of this paper .docx
Final PaperFinal Paper SynopsisThe purpose of this paper .docx
 
Final Paper, Essay Proposal, & Outline·The final essay should .docx
Final Paper, Essay Proposal, & Outline·The final essay should .docxFinal Paper, Essay Proposal, & Outline·The final essay should .docx
Final Paper, Essay Proposal, & Outline·The final essay should .docx
 
Final Paper – Possible topics You propose the topic, b.docx
Final Paper – Possible topics   You propose the topic, b.docxFinal Paper – Possible topics   You propose the topic, b.docx
Final Paper – Possible topics You propose the topic, b.docx
 
Final Paper  The summative assignment for this course is to write a .docx
Final Paper  The summative assignment for this course is to write a .docxFinal Paper  The summative assignment for this course is to write a .docx
Final Paper  The summative assignment for this course is to write a .docx
 
Final Essay Stage Two ah W334 A.docx
Final Essay Stage Two ah W334 A.docxFinal Essay Stage Two ah W334 A.docx
Final Essay Stage Two ah W334 A.docx
 
final draft requires minimum of 5 pages in length, 12-point Times Ne.docx
final draft requires minimum of 5 pages in length, 12-point Times Ne.docxfinal draft requires minimum of 5 pages in length, 12-point Times Ne.docx
final draft requires minimum of 5 pages in length, 12-point Times Ne.docx
 
Final Draft should be based on the topic Decision MakingThe .docx
Final Draft should be based on the topic Decision MakingThe .docxFinal Draft should be based on the topic Decision MakingThe .docx
Final Draft should be based on the topic Decision MakingThe .docx
 
Final Digital Marketing PlanFinal Digital Marketing .docx
Final Digital Marketing PlanFinal Digital Marketing .docxFinal Digital Marketing PlanFinal Digital Marketing .docx
Final Digital Marketing PlanFinal Digital Marketing .docx
 
FINAL COURSE PROJECT PRESENTATION (SIGNATURE ASSIGNMENT)You .docx
FINAL COURSE PROJECT PRESENTATION (SIGNATURE ASSIGNMENT)You .docxFINAL COURSE PROJECT PRESENTATION (SIGNATURE ASSIGNMENT)You .docx
FINAL COURSE PROJECT PRESENTATION (SIGNATURE ASSIGNMENT)You .docx
 
Final Course PaperWrite about the impacts of health informatic.docx
Final Course PaperWrite about the impacts of health informatic.docxFinal Course PaperWrite about the impacts of health informatic.docx
Final Course PaperWrite about the impacts of health informatic.docx
 
Final Communication ProjectNew Testament 1.) Pick a Scriptur.docx
Final Communication ProjectNew Testament 1.) Pick a Scriptur.docxFinal Communication ProjectNew Testament 1.) Pick a Scriptur.docx
Final Communication ProjectNew Testament 1.) Pick a Scriptur.docx
 
Final Case Study and Strategic PlanRead the Walt Disney Company .docx
Final Case Study and Strategic PlanRead the Walt Disney Company .docxFinal Case Study and Strategic PlanRead the Walt Disney Company .docx
Final Case Study and Strategic PlanRead the Walt Disney Company .docx
 
FIN 571 Final Exam Question 1 Which of the following is c.docx
FIN 571 Final Exam Question 1 Which of the following is c.docxFIN 571 Final Exam Question 1 Which of the following is c.docx
FIN 571 Final Exam Question 1 Which of the following is c.docx
 
FIN 315 Fall 2018 Case Study Assignment due Dec 6 midnightNot .docx
FIN 315 Fall 2018 Case Study Assignment due Dec 6 midnightNot .docxFIN 315 Fall 2018 Case Study Assignment due Dec 6 midnightNot .docx
FIN 315 Fall 2018 Case Study Assignment due Dec 6 midnightNot .docx
 
FIN 320 Final Project Guidelines and Rubric Final Pro.docx
FIN 320 Final Project Guidelines and Rubric  Final Pro.docxFIN 320 Final Project Guidelines and Rubric  Final Pro.docx
FIN 320 Final Project Guidelines and Rubric Final Pro.docx
 
Film Analysis AssignmentPurpose To encourage you to becom.docx
Film Analysis AssignmentPurpose To encourage you to becom.docxFilm Analysis AssignmentPurpose To encourage you to becom.docx
Film Analysis AssignmentPurpose To encourage you to becom.docx
 

Recently uploaded

Recently uploaded (20)

Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
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
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 

Fina Assessment Project The objective of this project is for stude.docx

  • 1. Fina Assessment Project The objective of this project is for students to apply the database design principles to a real-life scenario. This is a practical design project – students must create and submit the database, as well as documentation for the items below. The students will review database requirements and produce the following: Part One: Database in Access and Rationale Document (0-60 points) Database Design and Rationale (0-30 points) Access database with normalized tables: A set of tables in at least third-normal form is required for completion of this project. Complete table structures are required; students must also determine if primary or any other keys are required for each table. The student must also describe, in detail, and in a separate document, the rationale he/she used in developing the specified set of tables, as well as the specific fields in the tables. · Rationale used in developing the specified set of tables, as well as the specific fields in the tables, is provided (Separate file for upload to Blackboard). · Fieldnames are all single-valued; each column has a distinct name; all the values in a column are values of the attribute that is identified by the column name; the order of columns and rows is immaterial; each row is distinct. · Database and tables are created in Access. · Correct table relationships are established in Access. · Referential integrity, cascade update and cascade delete are used appropriately Keys (0-10 points) · All appropriate keys have been identified and their functions described in the rationale document · Primary key is a minimal collection of columns on which all columns are functionally dependent.
  • 2. Report Rationale (0-10 points) Three potential reports described in the rationale document that could be generated in response to user requests; supporting queries and reports must be included (ex.: report of number viewers that viewed each movie each year; correct sorting and grouping) in the Access database. Rationale required in the rationale document for why each report could provide important information for decision-making; queries must specify criteria for record selection, as well as grouping, sorting and any other requirements for the specific report (included in Rationale file described in Database/Tables above.) · Three reports that could be used in response to user requests are identified. · Rationale for why each report could provide important information for decisionmaking is provided. · Reports must be created in Access and use the correct queries as the source. Supporting Queries (0-10 points) · Three queries are provided, and specify criteria for record selection, as well as grouping, sorting and any other requirements for the specific report. · Queries are not simple listings with simple criteria, but must use more advanced functions, such as sorting, grouping and aggregate functions (counts, averages, etc). Part Two: E-R Diagram (0-10 points) E-R diagram: An E-R diagram for the database is required for this project. This may be completed in Word, Excel, or whatever program the student is most comfortable using. (Separate file for upload to Blackboard) · Graphic model is complete with all entities, attributes, and relationships represented. · ER Diagram is formatted according to instructions provided in Chapter 1 in the textbook.
  • 3. Part Three: DBDL Diagram (0-10 points) DBDL diagram, complete with relevant keys: A DBDL diagram is required for this project. This may be completed in Word, Excel, or whatever program the student is most comfortable using. (Separate file for upload to Blackboard) · Diagram is complete with all tables, attributes, and keys (primary, alternate, secondary and/or foreign). · ER Diagram is formatted according to instructions provided in Chapter 6 in the textbook. Part Four: Users and Roles/Data Permissions (0-10 points) Users must be recommended to provide levels of access to the database, in order to perform functions such as database administration, data entry, and management decision-making. Suggested users, roles and permissions as related to access and security must be required: please specify what data and types of reports each user would most likely need access to, and privileges in the database that would most likely be assigned. Support your answer with information from the textbook or other valid sources (Separate file for upload to Blackboard). · User permissions clearly specify the kind of access each user role has to the objects (tables, reports, etc.) in the database. · Examples of specific commands that would be used to grant privileges are provided. · Supporting information from the text is provided. Part Five: Backup/Archive (0-10 points) Backup (0-5 points) Suggested backup/archive procedures: Please suggest procedures that would be used for backup and archive of the database. Provide a detailed rationale for each, using support from the textbook or other valid sources. The emphasis is should be on process and procedures, as well as rationale for why and how each should be done; however, you may include specific technologies that you would recommend (Separate files for backing up and archiving for upload to Blackboard).
  • 4. · Suggested procedures and schedule for backup of the database are provided. · Details regarding specific backup technologies and procedures are provided. · A detailed rationale, with supporting information from the text, is provided. Archive (0-5 points) · Description of the differences between backup and archive must be provided. · Suggested procedures and schedule for archival of the database are provided. · Details regarding specific archive procedures are provided. · A detailed rationale, with supporting information from the text, is provided.Scenario You have been asked to develop a database system to track the movies your customers viewed over the past summer. The database system must structured in such a way as to be able to produce a variety of reports related to the movies viewed: Movies Released During Summer Movie Genre Rating X-Men: Days of Future Past Action/Adventure PG-13 Maleficent Family and Kids PG Edge of Tomorrow Science Fiction PG-13 How to Train your Dragon 2 Family and Kids PG Transformers: Age of Extinction
  • 5. Action/Adventure PG-13 Planes: Fire and Rescue Family and Kids PG Hercules Action/Adventure PG-13 Guardians of the Galaxy Action/Adventure PG-13 Step Up: All In Drama PG-13 Teenage Mutant Ninja Turtles Action/Adventure PG-13 The Hundred Foot Journey Drama PG When the Game Stands Tall Drama PG Movies Viewed The following movies were viewed during the summer. (Information not displayed here, but that needs to be collected, includes address and any other pertinent identifying information for customers). Customer and Movie Viewed Numeric Feedback Rating* 1-5 Charlotte Osborne Maleficent 5
  • 6. Edge of Tomorrow 5 How to Train your Dragon 2 4 Cory Simon Planes: Fire and Rescue 1 Hercules 2 Guardians of the Galaxy 1 Step Up: All In 3 Jan Cruz The Hundred Foot Journey 3 When the Game Stands Tall 4 Arnold Nunez X-Men: Days of Future Past 5 Maleficent 5 Edge of Tomorrow 4 How to Train your Dragon 2 4 Transformers: Age of Extinction 3 Gilberto Hale How to Train your Dragon 2 2
  • 7. Transformers: Age of Extinction 2 Chad Olson When the Game Stands Tall 1 Jodi Knight Maleficent 1 Emanuel Ingram Teenage Mutant Ninja Turtles 5 The Hundred Foot Journey 5 When the Game Stands Tall 4 Carol Rodgers X-Men: Days of Future Past 4 Maleficent 4 Edge of Tomorrow 4 Freddie Simpson The Hundred Foot Journey 3 Ebony King Guardians of the Galaxy 3 Step Up: All In 5
  • 8. Teenage Mutant Ninja Turtles 5 Kim Marshall Planes: Fire and Rescue 5 Hercules 4 Guardians of the Galaxy 4 Step Up: All In 1 * 1 – hated it, 2 –disliked it, 3 – neither liked nor disliked, 4 – liked it, 5 – loved it Fina Assessment Project The objective of this project is for students to apply the database design principles to a real-life scenario. This is a practical design project – students must create and submit the database, as well as documentation for the items below. The students will review database requirements and produce the following: Part One: Database in Access and Rationale Document (0-60 points) Database Design and Rationale (0-30 points) Access database with normalized tables: A set of tables in at
  • 9. least third-normal form is required for completion of this project. Complete table structures are required; students must also determine if primary or any other keys are required for each table. The student must also describe, in detail, and in a separate document, the rationale he/she used in developing the specified set of tables, as well as the specific fields in the tables. well as the specific fields in the tables, is provided (Separate file for upload to Blackboard). -valued; each column has a distinct name; all the values in a column are values of the attribute that is identified by the column name; the order of columns and rows is immaterial; each row is distinct. used appropriately Keys (0-10 points)
  • 10. described in the rationale document columns are functionally dependent. Report Rationale (0-10 points) Three potential reports described in the rationale document that could be generated in response to user requests; supporting queries and reports must be included (ex.: report of number viewers that viewed each movie each year; correct sorting and grouping) in the Access database. Rationale required in the rationale document for why each report could provide important information for decision-making; queries must specify criteria for record selection, as well as grouping, sorting and any other requirements for the specific report (included in Rationale file described in Database/Tables above.) are identified.
  • 11. information for decision- making is provided. as the source. Supporting Queries (0-10 points) selection, as well as grouping, sorting and any other requirements for the specific report. use more advanced functions, such as sorting, grouping and aggregate functions (counts, averages, etc). Part Two: E-R Diagram (0-10 points) E-R diagram: An E-R diagram for the database is required for this project. This may be completed in Word, Excel, or whatever program the student is most comfortable using. (Separate file for upload to Blackboard) ities, attributes, and
  • 12. relationships represented. in Chapter 1 in the textbook. Part Three: DBDL Diagram (0-10 points) DBDL diagram, complete with relevant keys: A DBDL diagram is required for this project. This may be completed in Word, Excel, or whatever program the student is most comfortable using. (Separate file for upload to Blackboard) (primary, alternate, secondary and/or foreign). in Chapter 6 in the textbook. Part Four: Users and Roles/Data Permissions (0-10 points) Users must be recommended to provide levels of access to the database, in order to perform functions such as database administration, data entry, and management decision-making. Suggested users, roles and permissions as related to access and
  • 13. security must be required: please specify what data and types of reports each user would most likely need access to, and privileges in the database that would most likely be assigned. Support your answer with information from the textbook or other valid sources (Separate file for upload to Blackboard). d of access each user role has to the objects (tables, reports, etc.) in the database. privileges are provided. Part Five: Backup/Archive (0-10 points) Backup (0-5 points) Suggested backup/archive procedures: Please suggest procedures that would be used for backup and archive of the database. Provide a detailed rationale for each, using support from the textbook or other valid sources. The emphasis is should be on process and
  • 14. procedures, as well as rationale for why and how each should be done; however, you may include specific technologies that you would recommend (Separate files for backing up and archiving for upload to Blackboard). database are provided. procedures are provided. text, is provided. Archive (0-5 points) must be provided. database are provided. ale, with supporting information from the text, is provided. Scenario You have been asked to develop a database system to track the movies your customers viewed
  • 15. over the past summer. The database system must structured in such a way as to be able to produce a variety of reports related to the movies viewed: Movies Released During Summer Movie Genre Rating X-Men: Days of Future Past Action/Adventure PG-13 Maleficent Family and Kids PG Edge of Tomorrow Science Fiction PG-13 How to Train your Dragon 2 Family and Kids PG Transformers: Age of Extinction Action/Adventure PG-13 Planes: Fire and Rescue
  • 16. Family and Kids PG Hercules Action/Adventure PG-13 Guardians of the Galaxy Action/Adventure PG-13 Step Up: All In Drama PG-13 Teenage Mutant Ninja Turtles Action/Adventure PG-13 The Hundred Foot Journey Drama PG When the Game Stands Tall Drama PG Movies Viewed The following movies were viewed during the summer.
  • 17. (Information not displayed here, but that needs to be collected, includes address and any other pertinent identifying information for customers). Customer and Movie Viewed Numeric Feedback Rating* 1-5 Charlotte Osborne Maleficent 5 Edge of Tomorrow 5 How to Train your Dragon 2 4 Cory Simon Planes: Fire and Rescue 1 Hercules 2 Guardians of the Galaxy 1 Step Up: All In 3 Jan Cruz The Hundred Foot Journey 3 When the Game Stands Tall 4 Arnold Nunez
  • 18. X-Men: Days of Future Past 5 Maleficent 5 Edge of Tomorrow 4 How to Train your Dragon 2 4 Transformers: Age of Extinction 3 Gilberto Hale How to Train your Dragon 2 2 Transformers: Age of Extinction 2 Chad Olson When the Game Stands Tall 1 Jodi Knight Maleficent 1 Emanuel Ingram Teenage Mutant Ninja Turtles 5 The Hundred Foot Journey 5 When the Game Stands Tall 4 Carol Rodgers
  • 19. X-Men: Days of Future Past 4 Maleficent 4 Edge of Tomorrow 4 Freddie Simpson The Hundred Foot Journey 3 Ebony King Guardians of the Galaxy 3 Step Up: All In 5 Teenage Mutant Ninja Turtles 5 Kim Marshall Planes: Fire and Rescue 5 Hercules 4 Guardians of the Galaxy 4 Step Up: All In 1 * 1 – hated it, 2 –disliked it, 3 – neither liked nor disliked, 4 – liked it, 5 – loved it