1 DBMS - U1 - G12 Part 1
1 DBMS - U1 - G12 Part 1
Prepared by
Asmita Publication
by
Er. Prachandra Ram Shrestha
Roshan Bhusal
Ridip Khanal
Learning Objectives :
Data
Customer
DBMS
Database Management
End User
Inventory
System Data
Invoice
End User Application request
Data Products
DBMS:
A DBMS is a set of programs that manages the
database files.
The DBMS allows accessing the files, updating the
records, and retrieving data as requested.
The DBMS acts as an interface between the
application program and the data in the database.
Example of popular software are: Microsoft
Access, Oracle, MySQL, SQL Server, dBase, FoxPro.
Application area of DBMS :
Database
Each table was stored in its own file. In these cases, there
was no reason to use the term table because the table and
the database were one and the same.
Very often the table was simply called a file or just the
database. This type of databases using a single file for a
table is called flat-file database.
1.6 RDBMS (Relational Database Management System)