top of page

DBMS used to create, process and administer the database. DBMS receives request encoded in SQL and translates these requests into actions on the database. DBMS is the large, complicated program that is licensed software.

DBMS perform more common functions:

1. Create database

2. Create supporting structures

3. Read database

4. Maintain database structures

5. Enforce rules

6. Control concurrency

7.Provide security

8. Perform backup and Recovery

Organizational database system typically:

•support several users simultaneously

•include more than one application

•involve multiple computers

•are complex in design

•have many tables

•have many databases

 

Types of DBMS:

  1. Sybase Management

  2. IBM DB2 Management

  3. PostgreSQL Management

  4. Memcached Management

  5. MongoDB Management

  6. Redis Database Management

  7. Oracle Management

  8. MySQL Management

Advantages of DBMS:

  1. Improved data consistency

  2. Improved data sharing

  3. Improved data quality

  4. Increasing productivity of application development

  5. Improved data accessibility

  6. Reduced program maintenance

  7. Minimal data redundancy

Disadvantages of DBMS:

  1. A complex conceptual design process

  2. need to hire database-related employees

  3. High DBMS acquisition costs

  4. A more complex programmer environment

  5. complex, difficult, and time-consuming to design

  6. Substantial hardware and software start-up costs

  7. Initial training required for all programmers and users

 

bottom of page