answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Categories of users of DBMS
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

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 web DBMS approach?

Web-DBMS (or Web-based Database Management System) is a general term for applications which provide a web-based interface to one or more databases. Web-DBMS allows the user to administrate his/her database from home, office, at campus, or on the road. It can be accessed from any platform, including PC, Unix, and Macintosh systems. HTML-based graphical interface of the Web-DBMS applications is easy to use for both developers and users, and it allows to manage databases in a standardized fashion.


Who are the naive users in DBMS?

they make up a large section of the end-user population. They use previously well-defined functions in the form of “canned transactions” against the database. Examples are bank-tellers or reservation clerks who do this activity for an entire shift of operations


The relationships between users database applications DBMS and database?

The relationships between database applications DBMS and databases is as follows: Databases can be simple or complex. simple databases can be kept in a Microsoft Excel spreadsheet or they can be maintained in a user generated Microsoft Access database which can be programmed to query certain data that has been entered into that database over a period of time. Microsoft Excel and Microsoft Access are also applications that are used to build databases that can be incorporated into DBMS or Database Management Systems. These systems can be extremely complex or they can be simple meaning that maintenance to these systems is not demanding. If the DBMS is complex it may require an entire team of technicians and in some cases engineers.The relationship between users, database applications, databases, and Database Management Systems can be simplified even further - Users can access a database that has been created with a database application to query managed data that is a part of a uniform Database management system.


What type end user in dbms?

it is occasionally access the data base, but they may need different information each time.They use a sophisticated database query language to specify their request and are typically middle or high-level or other occasional browsers.

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


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 the language used by most of the DBMS for helping their users to access data?

query language


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.


Can you delete categories from this website?

Categories can be deleted, but only by Answers employees not by it's regular users or Supervisors.


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.