Please enable JavaScript.
Coggle requires JavaScript to display documents.
DBMS (Trends (Automated management, An increased focus on security,…
DBMS
-
Applications
Banking
Atomicity: When multiple changes are declared part of a single transaction, then all of them will fail or all will succeed; never a part.
Consistency: Certain business rules can be declared within the database and then the RDBMS ensures that these will never be violated.
Isolation: For each user, it appears as if they are the sole user of the database; in other words you will never “see” unfinished work from other users
Durability: Whatever happens to the computer, once a transaction is reported as complete the RDBMS ensures that the changes are permanent.
-
-
Manufacturing
Manufacturing companies make products and sales them on the daily basis. To keep records of all the details about the products like quantity, bills, purchase, supply chain management, DBMS is used.
Telecommunications
Any telecommunication company cannot even think about their business without DBMS. DBMS is must for these companies to store the call details and monthly post paid bills.
Defination:
A database-management system (DBMS) is a computer-software application that interacts with end-users, other applications, and the database itself to capture and analyze data.