SlideShare a Scribd company logo
MIS201 Database Fundamentals
Answer:
Task 1
The spreadsheet has been a solid backbone of accounting as well as financing for a decade,
although technology has dramatically changed now. Outdated tools like spreadsheets need
to evolve along with providing ways for better tools to keep that pace with all changing
responsibilities. Spreadsheets aren't collaborative and do not provide the ability in
monitoring the overall process of transaction matching, along with these manages this
within one place (Dou, et al., 2018). Spreadsheets also lack major functionality to manage
compliance initiatives. The risks consist of increased fees of audit along with associated
costs of compliance.
Data redundancy: Data redundancy takes place when the same data is kept within several
locations, along with the common occurrence within several businesses. Data redundancy
could result in a complicated process and inefficient coding. There is the use of spreadsheet
applications for managing crucial data; however, they have some limitations when
compared to the real database. The spreadsheet is inherently simpler and easier to
understand, along with are much more familiar to numerous people when compared to the
databases (Mack, et al., 2018). Due to data dependency within the spreadsheets, the same
data could be stored in several locations of the same spreadsheet.
Data independence: Data independence is a crucial characteristic that allows changing the
structure without making any changes within the programs. There is an existence of data
independence when the characteristics of data storage are changed without impeding the
ability of the program in accessing that data (Bøgholm, et al., 2019). The logical schema isn't
changed, although some storage space or data is altered due to optimization or
reorganization. Logical data independence within the spreadsheets is much tougher to
achieve when compared to physical data independence, as these are highly dependent upon
the data's logical structure used to access them.
Data consistency: Data inconsistency is the same data discrepancy within the spreadsheets.
It means that a minimum of 2 data is entered within the spreadsheet in another format.
Within the spreadsheets, such data inconsistency could take place between the cells. Fixing
the data for making this consistent through the spreadsheets is also quite time-consuming.
It takes time from all other crucial works for fixing the past mistakes (Azam, et al., 2019).
Such a process forces in wasting time due to technical errors. Also, different programs,
applications, and software have their systems for putting in along with processing data.
Hence, this becomes quite tough for transferring inconsistent data within another system.
Data integrity: Spreadsheets have been a major area of issues of data integrity for several
years. A huge challenge is how to manage, maintain, along with validating data integrity
generated with the use of spreadsheets. Spreadsheets' data integrity is quite crucial as they
generate crucial data which have an impact upon the data. There could be negative impacts
due to a lack of data integrity within the spreadsheets, as these are used for manipulating
data generated (de Man & Strandhagen, 2018). Lack of inventory is the major indicator of
lack of knowledge about overall spreadsheets needing validation along with should meet all
requirements of data integrity.
Data security: Spreadsheets give the ability in protecting all work if this is preventing
anyone from opening the workbook without any password, providing read-only access to
the workbook, and protecting the worksheet to ensure any unnecessary changes are not
made. As opposed to the dedicated system needing access for logging in, the spreadsheets
could be disseminated quite easily anywhere, to anyone with simple sending of the email. It
makes this easy for the dishonest or disgruntled employee in sharing customer data along
with leads with external contacts. With numerous people using one spreadsheet, as well as
with several calculations and edits taking place at once, this is natural that the spreadsheets
would include some kind of error (Koch, 2018).
The scale of data sharing: Sharing spreadsheets might sometimes result in document
locking or unreadable content. Such errors could unshare that shared workbook with the
users. The users wouldn't be any longer able in saving the data to that shared spreadsheet
file. Hence, all users could save their workbooks individually only to the local computers,
which could result in possessing the same spreadsheet file's different copies (Awad, et al.,
2020). Such errors could be rising due to corruption within the spreadsheet file. The files
with corruption still could be opening as well as functioning; however, at any point, that
corruption could cause some issues.
Tables are used by the databases for storing along with retrieving information. The
databases are relational, which means data between the tables could be cross-references
and linked. In the relational database, all data within the table could be related as per
common concepts and keys (Birch, et al., 2018). Databases could incorporate all other kinds
of information easily. Databases could accommodate downloads of huge file sizes along with
high volumes. As information is stored more efficiently by the databases, volumes of data
could be handled by these databases that could be unmanageable within the spreadsheets
(Goelman & Dietrich, 2018). Also, there is a record limitation in spreadsheets, whereas
databases don't have any such limitation. Updating databases is easier than updating the
spreadsheets, particularly if the same data is maintained within multiple spreadsheets or
records.
Within the databases, all regulatory standards are updated within one table, along with
would be instantly available for every reporting query of such associated data. Additionally,
databases could update all records in bulk. Though data within the spreadsheets could be
filtered as well as sorted, the databases have wide querying functionality, which could
retrieve cross-reference records within multiple tables, every record matching the criteria,
along with performing complicated aggregate calculations over multiple tables. Hence,
databases provide more flexibility for sorting along with presenting data in several ways
that are almost impossible for these spreadsheets (Shaltry, 2020). Every database is
designed in referring to the data without loading every data within the memory. Hence,
databases operate much quicker than spreadsheets while handling huge datasets, whereas
there are memory limitations for the spreadsheets.
Task 2
ER Diagram
Task 3
Student
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Student_ID
Primary Key
Integer
1001
Student_Name
Varchar
Mark Wood
Address
Varchar
21 Rawdon Street
Contact_No
Integer
834433
Breach
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Breach_ID
Primary Key
Integer
101
Type
Varchar
Collusion
Assessment
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Assessment_ID
Primary Key
Integer
2001
Assessment_Type
Varchar
Practical
Weighting
Varchar
50%
Coordinator
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Coordinator_ID
Primary Key
Integer
5001
Coordinato_Name
Varchar
John Smith
Email
Varchar
johnsmith@gmail.com
Contact_No
Integer
765444
Learning Facilitator
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Facilitator_ID
Primary Key
Integer
3001
Facilitator_Name
Varchar
Philip Stones
Email
Varchar
phillips02@gmail.com
Contact_No
Integer
353454
Subject
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Subject_ID
Primary Key
Integer
1001
Subject_Name
Varchar
Economics
Degree
Varchar
Post Graduate
Coordinator_ID
Foreign Key
Integer
5001
Cases
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Case_ID
Primary Key
Integer
1
Student_ID
Foreign Key
Integer
1001
Campus_Location
Varchar
Sydney
Breach_ID
Foreign Key
Integer
101
Subject_ID
Foreign Key
Integer
Degree
Varchar
Post Graduate
Assessment_ID
Foreign Key
Integer
2001
Coordinator_ID
Foreign Key
Integer
5001
Facilitator_ID
Foreign Key
Integer
3001
Investigation
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Case_ID
Foreign Key
Integer
1
Breach_ID
Foreign Key
Integer
101
Student_ID
Foreign Key
Integer
1001
Breach_Type
Varchar
Collusion
Breach_Outcome
Varchar
Minor Breach
Penalty_Imposed
Varchar
Marks deducted
Meeting_Date
Date
10th March 2022
MeetingTime
Date
2:30 pm
Coordinator_ID
Foreign Key
Integer
5001
Facilitator_ID
Foreign Key
Integer
3001
References
Awad, A., Elgohary, R., Moawad, I., & Roushdy, M. (2020, April). Metadata Extraction for
Low-Quality Semi-structured Spreadsheets. In The International Conference on Artificial
Intelligence and Computer Vision (pp. 448-457). Springer, Cham. Retrieved from
https://doi.org/10.1007/978-3-030-44289-7_42
Azam, A., Alam, K. A., & Umair, A. (2019, December). Spreadsheet smells: A systematic
mapping study. In 2019 International Conference on Frontiers of Information Technology
(FIT) (pp. 345-3455). IEEE. Retrieved from
https://doi.org/10.1109/FIT47737.2019.00071 Bendre, M., Wattanawaroon, T., Rahman, S.,
Mack, K., Liu, Y., Zhu, S., ... & Parameswaran, A. (2019, April). Faster, higher, stronger:
Redesigning spreadsheets for scale. In 2019 IEEE 35th International Conference on Data
Engineering (ICDE) (pp. 1972-1975). IEEE. Retrieved from
https://doi.org/10.1109/ICDE.2019.00217
Birch, D., Lyford-Smith, D., & Guo, Y. (2018). The future of spreadsheets in the big data era.
arXiv preprint arXiv:1801.10231. Retrieved from https://arxiv.org/abs/1801.10231
Bøgholm, T., Larsen, K. G., Muñiz, M., Thomsen, B., & Thomsen, L. L. (2019). Analyzing
spreadsheets for parallel execution via model checking. In Models, Mindsets, Meta: The
What, the How, and the Why Not? (pp. 27-35). Springer, Cham. Retrieved from
https://doi.org/10.1007/978-3-030-22348-9_3
de Man, J. C., & Strandhagen, J. O. (2018). Spreadsheet application still dominates enterprise
resource planning and advanced planning systems. Ifac-Papersonline, 51(11), 1224-1229.
Retrieved from https://doi.org/10.1016/j.ifacol.2018.08.423
Dou, W., Han, S., Xu, L., Zhang, D., & Wei, J. (2018, September). Expandable group
identification in spreadsheets. In Proceedings of the 33rd ACM/IEEE International
Conference on Automated Software Engineering (pp. 498-508). Retrieved from
https://doi.org/10.1145/3238147.3238222
Goelman, D., & Dietrich, S. W. (2018, February). A Visual introduction to conceptual
database design for all. In Proceedings of the 49th ACM Technical Symposium on Computer
Science Education (pp. 320-325). Retrieved from
https://doi.org/10.1145/3159450.3159555
Koch, P. (2018). Now You're Thinking With Structures: A Concept for Structure-based
Interactions with Spreadsheets. arXiv preprint arXiv:1809.03435. Retrieved from
https://arxiv.org/abs/1809.03435
Mack, K., Lee, J., Chang, K., Karahalios, K., & Parameswaran, A. (2018, April). Characterizing
scalability issues in spreadsheet software using online forums. In Extended Abstracts of the
2018 CHI Conference on Human Factors in Computing Systems (pp. 1-9). Retrieved from
https://doi.org/10.1145/3170427.3174359
Shaltry, C. (2020). A new model for organizing curriculum alignment initiatives. Advances in
physiology education, 44(4), 658-663. Retrieved from
https://doi.org/10.1152/advan.00174.2019

More Related Content

Similar to MIS201 Database Fundamentals.docx

Database Management System
Database Management SystemDatabase Management System
Database Management System
Tamur Iqbal
 
Discussion 1 The incorrect implementation of databases ou
Discussion 1 The incorrect implementation of databases ouDiscussion 1 The incorrect implementation of databases ou
Discussion 1 The incorrect implementation of databases ou
huttenangela
 
1. Chapter One.pdf
1. Chapter One.pdf1. Chapter One.pdf
1. Chapter One.pdf
fikadumola
 
Efficient Record De-Duplication Identifying Using Febrl Framework
Efficient Record De-Duplication Identifying Using Febrl FrameworkEfficient Record De-Duplication Identifying Using Febrl Framework
Efficient Record De-Duplication Identifying Using Febrl Framework
IOSR Journals
 
Data Processing in Fundamentals of IT
Data Processing in Fundamentals of ITData Processing in Fundamentals of IT
Data Processing in Fundamentals of IT
SanthiNivas
 
Data lakes a tool for minimizing expenditure on storage
Data lakes a tool for minimizing expenditure on storageData lakes a tool for minimizing expenditure on storage
Data lakes a tool for minimizing expenditure on storage
Dr. C.V. Suresh Babu
 
database ppt(2)
database ppt(2)database ppt(2)
database ppt(2)
EshetuGeletu2
 
The Enterprise Excel Hell
The Enterprise Excel HellThe Enterprise Excel Hell
The Enterprise Excel Hell
Backand Cohen
 
A relational model of data for large shared data banks
A relational model of data for large shared data banksA relational model of data for large shared data banks
A relational model of data for large shared data banks
Sammy Alvarez
 
File systems versus a dbms
File systems versus a dbmsFile systems versus a dbms
File systems versus a dbms
RituBhargava7
 
Cibm work shop 2chapter six
Cibm  work shop 2chapter sixCibm  work shop 2chapter six
Cibm work shop 2chapter six
Shaheen Khan
 
MS Access and Database Fundamentals
MS Access and Database FundamentalsMS Access and Database Fundamentals
MS Access and Database Fundamentals
Ananda Gupta
 
Data models and ro
Data models and roData models and ro
Data models and ro
Diana Diana
 
Presentation of DBMS (database management system) part 2
Presentation of DBMS (database management system) part 2Presentation of DBMS (database management system) part 2
Presentation of DBMS (database management system) part 2
Junaid Nadeem
 
Relational database management systems
Relational database management systemsRelational database management systems
Relational database management systems
Datasoft Consulting
 
Database Management System, Lecture-1
Database Management System, Lecture-1Database Management System, Lecture-1
Database Management System, Lecture-1
Sonia Mim
 
Data processing in Industrial Systems course notes after week 5
Data processing in Industrial Systems course notes after week 5Data processing in Industrial Systems course notes after week 5
Data processing in Industrial Systems course notes after week 5
Ufuk Cebeci
 
Database System Concepts
Database System ConceptsDatabase System Concepts
Database System Concepts
Ranilesh Raveendran
 
Comparing and analyzing various method of data integration in big data
Comparing and analyzing various method of data integration in big dataComparing and analyzing various method of data integration in big data
Comparing and analyzing various method of data integration in big data
IRJET Journal
 
Database
DatabaseDatabase
Database
sumit621
 

Similar to MIS201 Database Fundamentals.docx (20)

Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Discussion 1 The incorrect implementation of databases ou
Discussion 1 The incorrect implementation of databases ouDiscussion 1 The incorrect implementation of databases ou
Discussion 1 The incorrect implementation of databases ou
 
1. Chapter One.pdf
1. Chapter One.pdf1. Chapter One.pdf
1. Chapter One.pdf
 
Efficient Record De-Duplication Identifying Using Febrl Framework
Efficient Record De-Duplication Identifying Using Febrl FrameworkEfficient Record De-Duplication Identifying Using Febrl Framework
Efficient Record De-Duplication Identifying Using Febrl Framework
 
Data Processing in Fundamentals of IT
Data Processing in Fundamentals of ITData Processing in Fundamentals of IT
Data Processing in Fundamentals of IT
 
Data lakes a tool for minimizing expenditure on storage
Data lakes a tool for minimizing expenditure on storageData lakes a tool for minimizing expenditure on storage
Data lakes a tool for minimizing expenditure on storage
 
database ppt(2)
database ppt(2)database ppt(2)
database ppt(2)
 
The Enterprise Excel Hell
The Enterprise Excel HellThe Enterprise Excel Hell
The Enterprise Excel Hell
 
A relational model of data for large shared data banks
A relational model of data for large shared data banksA relational model of data for large shared data banks
A relational model of data for large shared data banks
 
File systems versus a dbms
File systems versus a dbmsFile systems versus a dbms
File systems versus a dbms
 
Cibm work shop 2chapter six
Cibm  work shop 2chapter sixCibm  work shop 2chapter six
Cibm work shop 2chapter six
 
MS Access and Database Fundamentals
MS Access and Database FundamentalsMS Access and Database Fundamentals
MS Access and Database Fundamentals
 
Data models and ro
Data models and roData models and ro
Data models and ro
 
Presentation of DBMS (database management system) part 2
Presentation of DBMS (database management system) part 2Presentation of DBMS (database management system) part 2
Presentation of DBMS (database management system) part 2
 
Relational database management systems
Relational database management systemsRelational database management systems
Relational database management systems
 
Database Management System, Lecture-1
Database Management System, Lecture-1Database Management System, Lecture-1
Database Management System, Lecture-1
 
Data processing in Industrial Systems course notes after week 5
Data processing in Industrial Systems course notes after week 5Data processing in Industrial Systems course notes after week 5
Data processing in Industrial Systems course notes after week 5
 
Database System Concepts
Database System ConceptsDatabase System Concepts
Database System Concepts
 
Comparing and analyzing various method of data integration in big data
Comparing and analyzing various method of data integration in big dataComparing and analyzing various method of data integration in big data
Comparing and analyzing various method of data integration in big data
 
Database
DatabaseDatabase
Database
 

More from stirlingvwriters

Speak to the idea of feminism from your perspective and.docx
Speak to the idea of feminism from your perspective and.docxSpeak to the idea of feminism from your perspective and.docx
Speak to the idea of feminism from your perspective and.docx
stirlingvwriters
 
What is the logic behind How.docx
What is the logic behind How.docxWhat is the logic behind How.docx
What is the logic behind How.docx
stirlingvwriters
 
Thinking about password identify two that you believe are.docx
Thinking about password identify two that you believe are.docxThinking about password identify two that you believe are.docx
Thinking about password identify two that you believe are.docx
stirlingvwriters
 
The student will demonstrate and articulate proficiency in.docx
The student will demonstrate and articulate proficiency in.docxThe student will demonstrate and articulate proficiency in.docx
The student will demonstrate and articulate proficiency in.docx
stirlingvwriters
 
To help lay the foundation for your study of postmodern.docx
To help lay the foundation for your study of postmodern.docxTo help lay the foundation for your study of postmodern.docx
To help lay the foundation for your study of postmodern.docx
stirlingvwriters
 
TITLE Digital marketing before and after pandemic Sections that.docx
TITLE Digital marketing before and after pandemic Sections that.docxTITLE Digital marketing before and after pandemic Sections that.docx
TITLE Digital marketing before and after pandemic Sections that.docx
stirlingvwriters
 
This assignment focuses on Marxist students will educate.docx
This assignment focuses on Marxist students will educate.docxThis assignment focuses on Marxist students will educate.docx
This assignment focuses on Marxist students will educate.docx
stirlingvwriters
 
Upton Souls of Black.docx
Upton Souls of Black.docxUpton Souls of Black.docx
Upton Souls of Black.docx
stirlingvwriters
 
What is a In this.docx
What is a In this.docxWhat is a In this.docx
What is a In this.docx
stirlingvwriters
 
There are many possible sources of literature for.docx
There are many possible sources of literature for.docxThere are many possible sources of literature for.docx
There are many possible sources of literature for.docx
stirlingvwriters
 
You enter your project team meeting with Mike and Tiffany.docx
You enter your project team meeting with Mike and Tiffany.docxYou enter your project team meeting with Mike and Tiffany.docx
You enter your project team meeting with Mike and Tiffany.docx
stirlingvwriters
 
Write a minimum of 200 words response to each post.docx
Write a minimum of 200 words response to each post.docxWrite a minimum of 200 words response to each post.docx
Write a minimum of 200 words response to each post.docx
stirlingvwriters
 
View the video on Law at Discuss various.docx
View the video on Law at Discuss various.docxView the video on Law at Discuss various.docx
View the video on Law at Discuss various.docx
stirlingvwriters
 
Your software has gone live and is in the production.docx
Your software has gone live and is in the production.docxYour software has gone live and is in the production.docx
Your software has gone live and is in the production.docx
stirlingvwriters
 
This learning was a cornucopia of enrichment with regard.docx
This learning was a cornucopia of enrichment with regard.docxThis learning was a cornucopia of enrichment with regard.docx
This learning was a cornucopia of enrichment with regard.docx
stirlingvwriters
 
This is a school community relations My chosen school.docx
This is a school community relations My chosen school.docxThis is a school community relations My chosen school.docx
This is a school community relations My chosen school.docx
stirlingvwriters
 
Write 3 Only one resource is I.docx
Write 3 Only one resource is I.docxWrite 3 Only one resource is I.docx
Write 3 Only one resource is I.docx
stirlingvwriters
 
Sociology researches social issues through the use of theoretical.docx
Sociology researches social issues through the use of theoretical.docxSociology researches social issues through the use of theoretical.docx
Sociology researches social issues through the use of theoretical.docx
stirlingvwriters
 
Step Listen to the Trail of Tears.docx
Step Listen to the Trail of Tears.docxStep Listen to the Trail of Tears.docx
Step Listen to the Trail of Tears.docx
stirlingvwriters
 
You are the newly hired Director of Risk Management for.docx
You are the newly hired Director of Risk Management for.docxYou are the newly hired Director of Risk Management for.docx
You are the newly hired Director of Risk Management for.docx
stirlingvwriters
 

More from stirlingvwriters (20)

Speak to the idea of feminism from your perspective and.docx
Speak to the idea of feminism from your perspective and.docxSpeak to the idea of feminism from your perspective and.docx
Speak to the idea of feminism from your perspective and.docx
 
What is the logic behind How.docx
What is the logic behind How.docxWhat is the logic behind How.docx
What is the logic behind How.docx
 
Thinking about password identify two that you believe are.docx
Thinking about password identify two that you believe are.docxThinking about password identify two that you believe are.docx
Thinking about password identify two that you believe are.docx
 
The student will demonstrate and articulate proficiency in.docx
The student will demonstrate and articulate proficiency in.docxThe student will demonstrate and articulate proficiency in.docx
The student will demonstrate and articulate proficiency in.docx
 
To help lay the foundation for your study of postmodern.docx
To help lay the foundation for your study of postmodern.docxTo help lay the foundation for your study of postmodern.docx
To help lay the foundation for your study of postmodern.docx
 
TITLE Digital marketing before and after pandemic Sections that.docx
TITLE Digital marketing before and after pandemic Sections that.docxTITLE Digital marketing before and after pandemic Sections that.docx
TITLE Digital marketing before and after pandemic Sections that.docx
 
This assignment focuses on Marxist students will educate.docx
This assignment focuses on Marxist students will educate.docxThis assignment focuses on Marxist students will educate.docx
This assignment focuses on Marxist students will educate.docx
 
Upton Souls of Black.docx
Upton Souls of Black.docxUpton Souls of Black.docx
Upton Souls of Black.docx
 
What is a In this.docx
What is a In this.docxWhat is a In this.docx
What is a In this.docx
 
There are many possible sources of literature for.docx
There are many possible sources of literature for.docxThere are many possible sources of literature for.docx
There are many possible sources of literature for.docx
 
You enter your project team meeting with Mike and Tiffany.docx
You enter your project team meeting with Mike and Tiffany.docxYou enter your project team meeting with Mike and Tiffany.docx
You enter your project team meeting with Mike and Tiffany.docx
 
Write a minimum of 200 words response to each post.docx
Write a minimum of 200 words response to each post.docxWrite a minimum of 200 words response to each post.docx
Write a minimum of 200 words response to each post.docx
 
View the video on Law at Discuss various.docx
View the video on Law at Discuss various.docxView the video on Law at Discuss various.docx
View the video on Law at Discuss various.docx
 
Your software has gone live and is in the production.docx
Your software has gone live and is in the production.docxYour software has gone live and is in the production.docx
Your software has gone live and is in the production.docx
 
This learning was a cornucopia of enrichment with regard.docx
This learning was a cornucopia of enrichment with regard.docxThis learning was a cornucopia of enrichment with regard.docx
This learning was a cornucopia of enrichment with regard.docx
 
This is a school community relations My chosen school.docx
This is a school community relations My chosen school.docxThis is a school community relations My chosen school.docx
This is a school community relations My chosen school.docx
 
Write 3 Only one resource is I.docx
Write 3 Only one resource is I.docxWrite 3 Only one resource is I.docx
Write 3 Only one resource is I.docx
 
Sociology researches social issues through the use of theoretical.docx
Sociology researches social issues through the use of theoretical.docxSociology researches social issues through the use of theoretical.docx
Sociology researches social issues through the use of theoretical.docx
 
Step Listen to the Trail of Tears.docx
Step Listen to the Trail of Tears.docxStep Listen to the Trail of Tears.docx
Step Listen to the Trail of Tears.docx
 
You are the newly hired Director of Risk Management for.docx
You are the newly hired Director of Risk Management for.docxYou are the newly hired Director of Risk Management for.docx
You are the newly hired Director of Risk Management for.docx
 

Recently uploaded

What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5
sayalidalavi006
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 

Recently uploaded (20)

What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 

MIS201 Database Fundamentals.docx

  • 1. MIS201 Database Fundamentals Answer: Task 1 The spreadsheet has been a solid backbone of accounting as well as financing for a decade, although technology has dramatically changed now. Outdated tools like spreadsheets need to evolve along with providing ways for better tools to keep that pace with all changing responsibilities. Spreadsheets aren't collaborative and do not provide the ability in monitoring the overall process of transaction matching, along with these manages this within one place (Dou, et al., 2018). Spreadsheets also lack major functionality to manage compliance initiatives. The risks consist of increased fees of audit along with associated costs of compliance. Data redundancy: Data redundancy takes place when the same data is kept within several locations, along with the common occurrence within several businesses. Data redundancy could result in a complicated process and inefficient coding. There is the use of spreadsheet applications for managing crucial data; however, they have some limitations when compared to the real database. The spreadsheet is inherently simpler and easier to understand, along with are much more familiar to numerous people when compared to the databases (Mack, et al., 2018). Due to data dependency within the spreadsheets, the same data could be stored in several locations of the same spreadsheet. Data independence: Data independence is a crucial characteristic that allows changing the structure without making any changes within the programs. There is an existence of data independence when the characteristics of data storage are changed without impeding the ability of the program in accessing that data (Bøgholm, et al., 2019). The logical schema isn't changed, although some storage space or data is altered due to optimization or reorganization. Logical data independence within the spreadsheets is much tougher to achieve when compared to physical data independence, as these are highly dependent upon the data's logical structure used to access them. Data consistency: Data inconsistency is the same data discrepancy within the spreadsheets. It means that a minimum of 2 data is entered within the spreadsheet in another format. Within the spreadsheets, such data inconsistency could take place between the cells. Fixing
  • 2. the data for making this consistent through the spreadsheets is also quite time-consuming. It takes time from all other crucial works for fixing the past mistakes (Azam, et al., 2019). Such a process forces in wasting time due to technical errors. Also, different programs, applications, and software have their systems for putting in along with processing data. Hence, this becomes quite tough for transferring inconsistent data within another system. Data integrity: Spreadsheets have been a major area of issues of data integrity for several years. A huge challenge is how to manage, maintain, along with validating data integrity generated with the use of spreadsheets. Spreadsheets' data integrity is quite crucial as they generate crucial data which have an impact upon the data. There could be negative impacts due to a lack of data integrity within the spreadsheets, as these are used for manipulating data generated (de Man & Strandhagen, 2018). Lack of inventory is the major indicator of lack of knowledge about overall spreadsheets needing validation along with should meet all requirements of data integrity. Data security: Spreadsheets give the ability in protecting all work if this is preventing anyone from opening the workbook without any password, providing read-only access to the workbook, and protecting the worksheet to ensure any unnecessary changes are not made. As opposed to the dedicated system needing access for logging in, the spreadsheets could be disseminated quite easily anywhere, to anyone with simple sending of the email. It makes this easy for the dishonest or disgruntled employee in sharing customer data along with leads with external contacts. With numerous people using one spreadsheet, as well as with several calculations and edits taking place at once, this is natural that the spreadsheets would include some kind of error (Koch, 2018). The scale of data sharing: Sharing spreadsheets might sometimes result in document locking or unreadable content. Such errors could unshare that shared workbook with the users. The users wouldn't be any longer able in saving the data to that shared spreadsheet file. Hence, all users could save their workbooks individually only to the local computers, which could result in possessing the same spreadsheet file's different copies (Awad, et al., 2020). Such errors could be rising due to corruption within the spreadsheet file. The files with corruption still could be opening as well as functioning; however, at any point, that corruption could cause some issues. Tables are used by the databases for storing along with retrieving information. The databases are relational, which means data between the tables could be cross-references and linked. In the relational database, all data within the table could be related as per common concepts and keys (Birch, et al., 2018). Databases could incorporate all other kinds of information easily. Databases could accommodate downloads of huge file sizes along with high volumes. As information is stored more efficiently by the databases, volumes of data could be handled by these databases that could be unmanageable within the spreadsheets (Goelman & Dietrich, 2018). Also, there is a record limitation in spreadsheets, whereas databases don't have any such limitation. Updating databases is easier than updating the
  • 3. spreadsheets, particularly if the same data is maintained within multiple spreadsheets or records. Within the databases, all regulatory standards are updated within one table, along with would be instantly available for every reporting query of such associated data. Additionally, databases could update all records in bulk. Though data within the spreadsheets could be filtered as well as sorted, the databases have wide querying functionality, which could retrieve cross-reference records within multiple tables, every record matching the criteria, along with performing complicated aggregate calculations over multiple tables. Hence, databases provide more flexibility for sorting along with presenting data in several ways that are almost impossible for these spreadsheets (Shaltry, 2020). Every database is designed in referring to the data without loading every data within the memory. Hence, databases operate much quicker than spreadsheets while handling huge datasets, whereas there are memory limitations for the spreadsheets. Task 2 ER Diagram Task 3 Student COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Student_ID
  • 5. 21 Rawdon Street Contact_No Integer 834433 Breach COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Breach_ID Primary Key
  • 8. Varchar 50% Coordinator COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Coordinator_ID Primary Key Integer 5001
  • 10. 765444 Learning Facilitator COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Facilitator_ID Primary Key Integer 3001 Facilitator_Name
  • 12. 353454 Subject COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Subject_ID Primary Key Integer 1001 Subject_Name
  • 14. Cases COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Case_ID Primary Key Integer 1 Student_ID Foreign Key
  • 18. COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Case_ID Foreign Key Integer 1 Breach_ID Foreign Key Integer
  • 21. 10th March 2022 MeetingTime Date 2:30 pm Coordinator_ID Foreign Key Integer 5001 Facilitator_ID
  • 22. Foreign Key Integer 3001 References Awad, A., Elgohary, R., Moawad, I., & Roushdy, M. (2020, April). Metadata Extraction for Low-Quality Semi-structured Spreadsheets. In The International Conference on Artificial Intelligence and Computer Vision (pp. 448-457). Springer, Cham. Retrieved from https://doi.org/10.1007/978-3-030-44289-7_42 Azam, A., Alam, K. A., & Umair, A. (2019, December). Spreadsheet smells: A systematic mapping study. In 2019 International Conference on Frontiers of Information Technology (FIT) (pp. 345-3455). IEEE. Retrieved from https://doi.org/10.1109/FIT47737.2019.00071 Bendre, M., Wattanawaroon, T., Rahman, S., Mack, K., Liu, Y., Zhu, S., ... & Parameswaran, A. (2019, April). Faster, higher, stronger: Redesigning spreadsheets for scale. In 2019 IEEE 35th International Conference on Data Engineering (ICDE) (pp. 1972-1975). IEEE. Retrieved from https://doi.org/10.1109/ICDE.2019.00217 Birch, D., Lyford-Smith, D., & Guo, Y. (2018). The future of spreadsheets in the big data era. arXiv preprint arXiv:1801.10231. Retrieved from https://arxiv.org/abs/1801.10231 Bøgholm, T., Larsen, K. G., Muñiz, M., Thomsen, B., & Thomsen, L. L. (2019). Analyzing spreadsheets for parallel execution via model checking. In Models, Mindsets, Meta: The What, the How, and the Why Not? (pp. 27-35). Springer, Cham. Retrieved from https://doi.org/10.1007/978-3-030-22348-9_3 de Man, J. C., & Strandhagen, J. O. (2018). Spreadsheet application still dominates enterprise resource planning and advanced planning systems. Ifac-Papersonline, 51(11), 1224-1229. Retrieved from https://doi.org/10.1016/j.ifacol.2018.08.423 Dou, W., Han, S., Xu, L., Zhang, D., & Wei, J. (2018, September). Expandable group identification in spreadsheets. In Proceedings of the 33rd ACM/IEEE International Conference on Automated Software Engineering (pp. 498-508). Retrieved from
  • 23. https://doi.org/10.1145/3238147.3238222 Goelman, D., & Dietrich, S. W. (2018, February). A Visual introduction to conceptual database design for all. In Proceedings of the 49th ACM Technical Symposium on Computer Science Education (pp. 320-325). Retrieved from https://doi.org/10.1145/3159450.3159555 Koch, P. (2018). Now You're Thinking With Structures: A Concept for Structure-based Interactions with Spreadsheets. arXiv preprint arXiv:1809.03435. Retrieved from https://arxiv.org/abs/1809.03435 Mack, K., Lee, J., Chang, K., Karahalios, K., & Parameswaran, A. (2018, April). Characterizing scalability issues in spreadsheet software using online forums. In Extended Abstracts of the 2018 CHI Conference on Human Factors in Computing Systems (pp. 1-9). Retrieved from https://doi.org/10.1145/3170427.3174359 Shaltry, C. (2020). A new model for organizing curriculum alignment initiatives. Advances in physiology education, 44(4), 658-663. Retrieved from https://doi.org/10.1152/advan.00174.2019