Types of USERS
Types of USERS
Database users are categorized based up on their interaction with the data base.
These are seven types of data base users in DBMS.
1. Database Administrator (DBA) :
Database Administrator (DBA) is a person/team who defines the schema and also
controls the 3 levels of database.
The DBA will then create a new account id and password for the user if he/she need
to access the data base.
DBA is also responsible for providing security to the data base and he allows only the
authorized users to access/modify the data base.
DBA also monitors the recovery and back up and provide technical support.
The DBA has a DBA account in the DBMS which called a system or superuser
account.
DBA repairs damage caused due to hardware and/or software failures.
2. System Analyst :
System Analyst is a user who analyzes the requirements of parametric end users.
They check whether all the requirements of end users are satisfied.
3. Sophisticated Users :
Sophisticated users can be engineers, scientists, business analyst, who are familiar
with the database. They can develop their own data base applications according to
their requirement. They don’t write the program code but they interact the data base
by writing SQL queries directly through the query processor.