Chapter 1 (English)
Completion requirements
Topic wise Chapter (English)
10. Types of DBMS Users
Types of DBMS Users:-
Different people use the database in different ways. Letβs look at the three main types:
1. π οΈ DBA β Database Administrator
- The boss of the database.
- Manages the whole system β setup, security, backups, and updates.
- Controls who can access what.
π’ Example:
A schoolβs DBA decides which teacher can see student marks and who can edit them.
2. π»Application Programmer
- Writes programs and apps that connect to the database.
- Uses languages like Java, Python, or PHP to build portals and tools.
π’ Example:
A programmer creates a student login system that fetches data from the database.
3. π©βπEnd Users
- These are the regular users who use the database through apps or websites.
- They donβt manage or build β they just view, enter, or update data.
π’ Example:
StudUents checking their marks or teachers entering attendance.
