Rcs 201: Database DESIGN (3-Units)
Rcs 201: Database DESIGN (3-Units)
DESIGN(3-units)
Data:
• Known facts that can be recorded and have an implicit meaning.
• Data are raw or isolated facts from which the required information is produced.
• Data are distinct pieces of information, usually formatted in a special way.
INFORMATION
• Data and information are closely related and are often used interchangeably.
• Information is the processed, organized or summarized data.
• Collection of related data that when put together, communicate meaningful
and useful message to a recipient who uses it, to make decision or to interpret the data to get the meaning.
• Data are processed to create information, which is meaningful to the recipient.
Mini-world:
• Some part of the real world about which data is stored in a database. For example, student grades and transcripts at a
university.
06/12/2020 RCS 201 8
Basic Definitions..
Database Management System (DBMS):
• is a computerized system that enables users to create and maintain a database.
• A software package/ system to facilitate the creation and maintenance of a
computerized database.
• is a collection of programs that enables users to create and maintain a database.
• is a general-purpose software system that facilitates the processes of defining,
constructing, manipulating, protecting and sharing databases among various users
and applications.
• is a software utility for storing and retrieving data that gives the end-user the impression that
the data is well integrated even though the data can be stored with no redundancy at all.
• Example MySQL, Microsoft SQL Server, Oracle , Microsoft Access, PostgreSQL, SQLite,
Firebird etc.
Database System:
• The DBMS software together with the data itself(database). Sometimes, the
applications are also included.
06/12/2020 RCS 201 9
Simplified database system environment