answersLogoWhite

0

What else can I help you with?

Related Questions

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.


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 software allows users to create access and manage a data base?

dbms


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.


When users update and retrieve data what tasks does a DBMS perform that are hidden from the users?

When users update and retrieve data, a Database Management System (DBMS) performs several behind-the-scenes tasks including transaction management to ensure data integrity, locking mechanisms to prevent concurrent access issues, and caching for improved performance. It also handles the parsing and optimization of queries to efficiently access the data. Additionally, the DBMS manages data storage and retrieval paths, ensuring that users can access the data without needing to understand the underlying structure.


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


What allows concurrent access by multiple users in a database?

Primarily it's based on rules about when changes to data are posted in a transaction and read by other users, which are part of the record-locking features of the DBMS. Some DBMS's manage this with undo and redo logs, which support snapshotting the data before the updates were started, so that other users can access the records before the update transaction was started.


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.


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)


Is ms access is DBMS?

No. MS Access is an application which uses a (sort of) DBMS. The power of the DBMS it uses is limited which is why it is not used for larger applications.


A DBMS lets you assign users to what?

groups


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.