- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Explain the different categories of End Users in DBMS?
End users are going to perform various database operations like querying, updating and generating reports.
The different types of end users are as follows −
Casual end users
Parametric end users
Sophisticated end users
Standalone users
Casual end Users
The casual end users access the database occasionally. Each time they access the database their request will change.
They use sophisticated database query language to retrieve the data from the database.
Example − High level managers who access the data weekly basis.
Parametric end users
Parametric end users spend most of their time in querying and updating the database using standard types of queries.
They make up a large section of the end-user population.
Example − A bank teller who does this activity for an entire shift of operations.
Sophisticated end users
The sophisticated end users access the database to implement their own applications to meet their specific goals.
These include business analysts, engineers, scientists which are familiar with the system capabilities.
The users interact with the system without writing programs. They submit each query to a query processor.
Standalone users
The standalone end users maintain their own database by creating one using the ready-made program packages that provide a graphical user interface.
The different categories of the end users in the database management system (DBMS) are given in the chart below −
- Related Articles
- Explain the different types of users who play different roles in DBMS?
- Explain attributes and the different types of attributes in DBMS?
- What are the different categories of classification?
- What is the procedure to access database users in DBMS?
- Get number of users of different type in MySQL?
- What are the different categories of functions in C Programming?
- Explain the characteristics of DBMS?
- Explain the architecture of DBMS?
- Explain the components of DBMS?
- Explain the concept of Normalization in DBMS?
- Explain the concept of recoverability in DBMS
- Explain the concept of indexing in DBMS
- What are the different types of DBMS?
- What are the different types of schedules in DBMS?
- Explain the use of delete command in DBMS
