DBMS
DBMS
Management
System (DBMS)
DBMS
• Data Storage: Stores large volumes of data efficiently. The data is stored
in tables, organized by rows and columns, similar to a spreadsheet, but
with far more sophisticated management options.
• Data Retrieval: Allows users to retrieve data easily through querying. SQL
(Structured Query Language) is often used for these queries.
• Data Security: Controls user access to sensitive data, ensuring that only
authorized users can access, modify, or view certain parts of the database.
• Backup and Recovery: Offers tools to back up data and recover it in case of
system failures.
• Data Integrity: Ensures that data remains accurate, consistent, and reliable
over time, often by enforcing rules or constraints on the data.
Types of Database Management
Systems
• Relational DBMS (RDBMS): Stores data in tables and uses SQL for data
access (e.g., Oracle, MySQL, SQL Server).