answersLogoWhite

0

There are four types of DBMS users,

  1. Naive Users
  2. Online Users
  3. Application Program Users
  4. Database Administrator


Note: The description of above points is currently not available.
User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Management

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 does an DBMS do?

DBMS is database management system and it stores data that are related. DBMS maintains data security and integrity as well.


What is the definition of a database management system?

A database management system (DBMS), sometimes just called a database manager, is a program that lets one or more computer users create and access data in a database. The DBMS manages user requests (and requests from other programs) so that users and other programs are free from having to understand where the data is physically located on storage media. the DBMS ensures the integrity of the data and security od the data. A database management system is is a set of computer programs that controls the creation, maintenance, and the use of the database with computer. You can read more at www.webopedia.com/database_management_system_DBMS.html


What is the difference between database application and dbms?

A DBMS is a database management system. A database application would be something inside the DBMS such as: ~a way to search files ~a way to pull certain information


Explain characteristics of different types of organsational structures in management function and behaviour?

Answers for explain the different characteristics a business

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.


Explain the link between hardware and application software?

DBMS


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

Three types of people who are are involved with a general-purpose DBMS include:DBMS developersApplication developers and Database administratorsApplication's end-users (e.g., accountants, insurance people, medical doctors, etc.)


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)


A DBMS lets you assign users to what?

groups


Who are the users of DBMS?

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


What are three types of dbms?

Hierarchical DBMSNetwork DBMSRelational DBMS


What is specialized users and in DBMS?

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.


What is canned transaction in dbms?

Canned transactions are standard types of queries and updates which frequently used by Naive or parametric end users to constantly querying and updating database--Suresh


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