CSC - 331 - Data Management I - Lecture 2
CSC - 331 - Data Management I - Lecture 2
(3 Units)
Lecture 2
Introduction to DBMS
DBMS stands for Database Management System.
Database engine:
This is the core software component within the
DBMS solution that performs the core functions
associated with data storage and retrieval. A
database engine is also accessible via APIs that
allow users or apps to create, read, write, and
delete records in databases.
Key components Contd.
Reporting:
The report generator extracts useful information
from DBMS files and displays it in structured
format based on defined specifications. This
information may be used for further analysis,
decision making, or business intelligence.