Database Management System
Database Management System
Managem (DBMS)
A Database Management System (DBMS) Diagram:
is software that facilitates the creation,
nginx
organization, management, and retrieval
of data in a structured manner. The CopyEdit
primary purpose of a DBMS is to:
University
1. Store and Organize Data: It
├── Department 1
ensures efficient storage of large
volumes of data. │ ├── Course 1
2. Ensure Data Integrity and │ ├── Course 2
Security: It provides mechanisms
to enforce data consistency and ├── Department 2
access control. │ ├── Course 3
3. Support Multi-User Access:
│ ├── Course 4
Multiple users can access and
manipulate data concurrently • Advantage: Fast retrieval due to
without conflicts. predefined paths.
Example: Example:
sql sql
CopyEdit CopyEdit
Command Description
DDL Commands (Data Definition
Language) INSERT Adds new data into a table