3.14 Database Management System

DBMS: -

  • DBMS stands for Database Management System.
  • DBMS is software used to store, organize, manage, and retrieve data easily.
  • DBMS helps businesses to store, protect, organize, and use their data efficiently.
  • It is used in banks, shops, hospitals, companies, and many other organizations.
  • Businesses generate a lot of data every day. DBMS helps them store this data safely and use it when needed.
  • Examples of DBMS: MySQL, Oracle, Microsoft SQL Server, PostgreSQL.

 

Role of DBMS in Business

1. Centralized Data Management: - DBMS stores data in an organized database in one place.

Example: A company can store all employee information in one database.

Benefit: Reduces duplicate data and mistakes.


2. Data Security and Safety: - DBMS protects data from unauthorized users. It also supports backup and recovery.

Example: Only authorized bank employees can access customer account information.


3. Better Decision Making: - DBMS helps businesses generate reports and analyze data.

Example: A shop can find which products are selling the most and plan future purchases.


4. Handles Large Amounts of Data: - DBMS can manage large amounts of data as a business grows.

Example: An online shopping website can store information about millions of customers and orders.

 

Uses of DBMS in Business

1. Banking and Finance: - Banks use DBMS to manage:

  • Customer accounts
  • Bank transactions
  • Loans
  • ATM transactions
  • Fraud detection

Example: When you withdraw money from an ATM, the transaction is recorded and the account balance is updated.

2. Retail and E-Commerce: - Shopping companies use DBMS to manage:

  • Products
  • Stock/inventory
  • Customer details
  • Orders
  • Payments

Example: When a customer buys a product online, the DBMS updates the order and stock information.

3. Healthcare: - Hospitals use DBMS to manage:

  • Patient records
  • Medical history
  • Doctor appointments
  • Billing
  • Treatment details

4. Human Resource Management (HRM): - Companies use DBMS to store:

  • Employee details
  • Attendance
  • Salary information
  • Leave records
  • Performance details

5. Supply Chain Management (SCM): - Companies use DBMS to track goods from suppliers to customers.

Example: A company can check where a product is, how much stock is available, and when it will be delivered.

Popular posts from this blog

2.4 Arrays in c programming

2.1 Control statements in C programming (sequential & conditional)

2.2 Control statements ( Iterative or looping control statements)