Chapter 1 (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.
