answersLogoWhite

0


Best Answer

In a database management system (DBMS), specialized users are individuals with specific roles or expertise related to database administration, development, or analysis. These users typically have advanced knowledge of the DBMS platform and are responsible for tasks such as database design, optimization, security implementation, and performance tuning. Specialized users often contribute to improving the efficiency and effectiveness of database operations within an organization.

User Avatar

AnswerBot

1w ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is specialized users and in DBMS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science

What is responsible for providing users with access to appropriate data in a database?

A database management system (DBMS) is responsible for providing users with access to appropriate data in a database. The DBMS controls user access permissions, enforces security measures, and manages queries to ensure users can retrieve the data they are authorized to access.


What are the main ways users can access information stored in DBMS?

Users can access information stored in a database management system (DBMS) through querying the database using SQL commands, utilizing graphical user interfaces (GUIs) provided by the DBMS software, and interacting with applications that have been developed to retrieve specific data from the database. Additionally, users can access information through custom-built APIs or web services that connect to the DBMS.


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.


What does dbms mean in ict?

In ICT, DBMS stands for Database Management System. It is software designed to manage and organize data in databases, allowing users to store, retrieve, update, and delete information efficiently and securely. DBMS plays a crucial role in ensuring data integrity and facilitating data-centric applications.


Who are the three types of persons involved in a general purpose DBMS?

The three types of persons involved in a general-purpose DBMS are administrators who manage the database system, developers who design and implement databases, and end-users who interact with the database to retrieve and update data.

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 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?

SQL (Structured Query Language) is the language used by most DBMS (Database Management Systems) to help users access data. It allows users to perform tasks such as querying databases, manipulating data, and managing database structures. SQL is a standardized language that is widely used in the industry.


Based on type of organization of data what are different types of DBMS?

what i think,regrding the different types of DBMS based on the type of organisation of data are: 1)An Enterprise DBMS which is designed for scalability and high performance. It must be capable of supporting very large databases, a large number of concurrent users, and multiple types of applications. 2)A Departmental DBMS, sometimes referred to as a workgroup DBMS, supports small to medium sized workgroups within an organization, and typically runs on a Unix, Linux, or Windows 2000 (or NT) server. 3)A Personal DBMS is designed to be used by a single user, typically on a low- to medium-powered PC platform. A personal DBMS product is suited only for small scale projects and should not be used to deploy multi-user applications. 4)A Mobile DBMS is a specialized version of a departmental or enterprise DBMS. It is designed to be used by remote users who are not usually connected to the network(eg:laptop or handheld device, such as a Palm PDA or PocketPC). Furthermore, the mobile DBMS provides a mechanism for synchronizing remote database changes to a centralized, enterprise or departmental database server.


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?

Some advantages of using a Database Management System (DBMS) include centralized data management, data security and integrity through access control and backup mechanisms, improved data sharing and collaboration among users, and efficient data retrieval and manipulation through query optimization and indexing.


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.