Introduction DBMS
Introduction DBMS
End user: The users who deal with the database at the terminal end,
they can be casual users or native database user.
Sophisticated Users : They are the SQL programmers, who deal directly
with the database. They write queries to delete/select/insert and update
the database.
Characteristics of Database Approach
1. Manages Information
All the operations like insert, delete, update, search etc. are
carried out in a flexible and easy way. Database makes it very
simple to implement these operations. A user with little
knowledge can perform these operations. This characteristic of
database makes it more powerful.
Economies of scale:
By consolidating data and applications across departments wasteful
overlap of resources and personnel can be avoided.
When NOT to use a DBMS
If the database and applications are simple, well defined, and not expected to
change.
If there are stringent real-time requirements that may not be met because of DBMS
overhead.
DBMS.