answersLogoWhite

0

Classification of dbms users

Updated: 9/14/2023
User Avatar

Wiki User

13y ago

Best Answer

(1) Application Programmers:

nApplication programmer is the person who is responsible for implementing the required functionality of database for the end user. Application programmer works according to the specification provided by the system analyst.

(2) End Users:

nEnd users are those persons who interact with the application directly. They are responsible to insert, delete and update data in the database. They get information from the system as and when required.

There are several categories of end users:

n Casual end users occasionally access the database, but they may need different information each time. They use a sophisticated database query language to specify their requests and are typically middle- or high-level managers or other occasional browsers.

n Naive or parametric end users make up a sizable portion of database end users. Their main job function revolves around constantly querying and updating the database, using standard types of queries and updates-called canned transactions-that have been carefully programmed and tested. The tasks that such users perform are varied:

n Bank tellers check account balances and post withdrawals and deposits.

n Reservation clerks fur airlines, hotels, and car rental companies check availability for a given request and make reservations.

n Clerks at receiving stations for courier mail enter package identifications via bar codes and descriptive information through buttons to update a central database of received and in-transit packages.

(3) Sophisticated end users include engineers, scientists, business analysts, and others who thoroughly familiarize themselves with the facilities of the DBMS so as to implement their applications to meet their complex requirements.

(4) Stand-alone usersmaintain personal databases by using ready-made program packages that provide easy-to-use menu-based or graphics-based interfaces. An example is the user of a tax package that stores a variety of personal financial data for tax purposes.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Classification of dbms users
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the purpose of dbms?

What is the purpose of dbms?DBMS is a software that organises the creation, storage and maintenance of Databases for end users.


A DBMS lets you assign users to what?

groups


Explain the types of dbms users?

There are four types of DBMS users,Naive UsersOnline UsersApplication Program UsersDatabase AdministratorNote: The description of above points is currently not available.


Who are the users of DBMS?

1. DBMS Developers 2. Application Developers 3. DBA 4. End user


What software allows users to create access and manage a data base?

dbms


Categories of users of DBMS?

In DBMS you can have users who have only select access or with only select+update+insert access or with select+update+insert+delete access. These users may or may not be granted permissions to alter the table schema. Also you can have administrators who can create/modify/delete tables


What is the language used by most of the DBMS for helping their users to access data?

query language


What is the use of dbms?

DataBase Management System (DBMS)is a software package# it allows data to be effectively stored, retrieved and manipulatedand # the data stored in a DBMS packege can be accessed by multiple users and by multiple application programs like (SQL Server, Oracle, Ms-Access) .Types of DBMS# Hierarachical DBMS (HDBMS)# Network DBMS (NDBMS)# Relational DBMS (RDBMS)# Object Oriented DataBase(OODB)# Distributed DBMS (DDBMS)


What is a Multi-user DBMS Architecture?

A Multi-user DBMS Architecture is one big system of users and queries. The use of these are to over look and execute plans safely and does not violate and integrity constraints.


What are the advantages DBMS?

-data redundancy:which reduce the redundancy-repetition of data -security-it provides security for various levels -data sharing-it allows multiple users to access and share the data becomes easier in dbms -data concurrency:it allow multiple users to acess the same data simultaniously


WHAT TASKS does dbms do?

A Database Management System or DBMS provides the interface between users and a database. Some of its tasks include: data integrity, security, recovery of data, support concurrent updates and update data.


What is DBMS and when it should not be used?

DBMS stands for Database Management System. It is software that manages and organizes databases, allowing users to store, retrieve, and modify data efficiently. However, there are situations where using a DBMS may not be appropriate. For example, if the amount of data to be stored is small, or if the data needs to be accessed and manipulated in a simple and straightforward manner, using a DBMS might be unnecessary and can add unnecessary complexity and overhead to the system.