Introduction




Prepared by: Bibek Regmi
   DBMS is the collection of interrelated data
    and set of programs to access those data.

   The DBMS manages incoming data, organizes
    it, and provides ways for the data to be
    modified or extracted by users or other
    programs.
   Management of data involves both defining
    structure for storage of information and
    providing mechanisms for manipulation of
    information

   The database system must insure the safety
    of the information stored.
   primary goal is to provide a way to store and
    retrieve database information that is
    convenient and efficient

   Designed to manage large bodies of
    information.

    ◦ Microsoft Access, SQL Server, Oracle
   Sales
   Accounting
   Banking
   Finance
   Universities
   Airlines
   Telecommunications
A DBMS provides facilities for
 controlling data access
 enforcing data integrity
 managing concurrency control
 recovering the database after failures and
  restoring it from backup files
 maintaining database security.
THANK YOU

Data base management system

  • 1.
  • 2.
    DBMS is the collection of interrelated data and set of programs to access those data.  The DBMS manages incoming data, organizes it, and provides ways for the data to be modified or extracted by users or other programs.
  • 3.
    Management of data involves both defining structure for storage of information and providing mechanisms for manipulation of information  The database system must insure the safety of the information stored.
  • 4.
    primary goal is to provide a way to store and retrieve database information that is convenient and efficient  Designed to manage large bodies of information. ◦ Microsoft Access, SQL Server, Oracle
  • 5.
    Sales  Accounting  Banking  Finance  Universities  Airlines  Telecommunications
  • 6.
    A DBMS providesfacilities for  controlling data access  enforcing data integrity  managing concurrency control  recovering the database after failures and restoring it from backup files  maintaining database security.
  • 8.