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.

Types of Users in Database | Engineer's ...