Chapter 5: Database Processing 1
Chapter 5: Database Processing 1
Chapter 5: Database Processing 1
Module 7 Assignment V
2
Table of Contents
Introduction
Q8: 2024
Conclusion
Works Cited
3
Introduction
Databases are used by almost all business today. They allow organizations to store, keep track,
organize, and display their data. This data can be anything from simple customer contact information
to large tables of suppliers, their rating, their preferences, their past orders and potential future ones.
Databases have become a key component of everyday business and tend to form the back bone of most
organizations Information Technology infrastructure. Organizations use applications like Microsoft
Access and database management systems (DBMS).
Q1: What Is the purpose of a database?
The purpose of a database is to keep track of things(Kroenke, 2014). Professionals can use
lists and spreadsheets to do this but once the structure becomes too complex, a database is the only way
to go. Lists of data involving a single theme can be stored in a spreadsheet; lists that involve data with
multiple themes require a database(Kroenke, 2014). Within organizations, databases keep track of all
the data that the organization finds important, is needed, or wants to keep safe.
Q2: What is a database?
A database is a self-describing collection of integrated records(Kroenke, 2014). This means,
bytes; characters of data; are grouped into columns or fields. These are then grouped into rows or
records. Lastly, the rows or records are grouped into a table or a file. While it can be said that a
database is therefore just a group of tables or files, this doesn't completely describe a database. More
specifically, a database is a collection of tables plus relationships among the rows in those tables, plus
special data (metadata) that describes the structure of the database(Kroenke, 2014). Keys are used to
identify a unique row in a table so every table must have a key. Sometimes, a key can consist of
multiple columns. Metadata is data used to describe other data( Ramakrishnan, 2003). It is used
make a database self-describing, like a card catalog within a library. It makes databases more useful by
keeping users from guessing, remembering, or recording what is in them.
Module 7 Assignment V
relationships among them. A less popular tool to use in the unified modeling language (UML). An
entity is something a user wants to track. They have attributes, which describe characteristics of the
entity. Entities also have identifiers, these are unique attributes that are only associated with one entity.
Relationships are created between entities in order to manage data. Relationships can be in the form of
one-to-many(1:N) or many-to-many(N:M).
Q6: How is a data model transformed into a database design?
Database design is the process of converting a data model into tables, relationships, and data
constraints(Kroenke, 2014). Normalization is the process of converting a poorly constructed table into
two or more well-structured tables(Kroenke, 2014). Data integrity problems can arise within tables and
through the process of normalization these issues are resolved. Its main purpose is to construct tables
so that they only have a single topic or theme. A relational database represents the relationships
between data points.
Q7: What is the users' role in the development of databases?
A database is a model of how the users view their business world. They are the final judges as
to what data the database should contain and how the records in that database should be related to one
another.(Kroenke, 2014).
Q8: 2024
Databases have grown leaps and bounds since their inception. In the future their need will only
increase as more and more data is being stored, tracked, and utilized by organizations. "If you're
interested in seeing the future of how data-oriented architectures are likely to evolve, the future is
already here just unevenly distributed," Eifrem said."What that means is if you look at some of the
big web services the Googles and the Amazons of the world they are already today dealing with
the volume and shape of data that everyone else will be working on in five years from now."(Wolpe,
2015)
Module 7 Assignment V
6
Conclusion
Databases are a fundamental necessity in today's business environment. More and more
organizations are using them to track, secure, and use data in a useful and meaningful way. They allow
organizations quick and easy access to important information needed to maintain market share.
Without them organizations would be hard pressed to keep up with the fast paced, ever changing
business world.
7
Works Cited