Database Principles: Fundamentals of Design, Implementations and Management
Database Principles: Fundamentals of Design, Implementations and Management
CHAPTER 1
DATABASE SYSTEMS
Lecture 1
T: 051 401 2754 [email protected] www.ufs.ac.za/it
IN THIS LECTURE, YOU WILL LEARN:
• The difference between data and information
• What a database?
• What the different types of databases are, and
why they are valuable assets for decision
making.
• The importance of database design.
• How modern databases evolved from file
systems.
• The importance of Data Governance and Data
Quality
DATA VS. INFORMATION
• What is Data?
• What is Information?
• Are they the same or different?
DATA VS. INFORMATION
• What does the following mean to you?
• Data Quality
– Uniqueness: Is the data unique and there
is no redundancy in the database?
– Unambiguous: Is the meaning of the data
clear.
DATA QUALITY AND DATA GOVERNANCE (CONTINUED)
• Database design
– refers to the activities that focus on the design of the database
structure that will be used to store and manage end-user data
– Its defines the database’s expected use
• Different approaches are needed for different types of databases
• Avoid redundant data – exits when the same data are stored
unnecessarily at different places.
• A good database – that is, a database that meets all user
requirements – does not just happen its structure must be
designed carefully.
• Poorly designed database generates errors leads to bad
decisions can lead to failure of organization
SUMMARY
• Data are raw facts. Information is the result of
processing data to reveal its meaning.
• To implement and manage a database, use a DBMS.
• Database design defines the database structure.
• A well-designed database facilitates data
management and generates accurate and valuable
information.
• A poorly designed database can lead to bad decision
making, and bad decision making can lead to the
failure of an organization.