answersLogoWhite

0

There are following types of users:

§ Database Administrators

§ Security Officers

§ Network Administrators

§ Application Developers

§ Application Administrators

§ Database Users

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are the various types of database users?

1) End User 2) Database Admin 3) Database Designer 4) System Analysts and Programmers 5) System Administrator *Database Systems 8th Edition


What type of database is PostgreSQL?

The types of database supported by PostgreSQL are Boolean, numerics, binary, composite, arrays, and date/time stamps. Another option is that users can create their own database types using this software.


What Four main types of actions involved in database?

A database management system is a collection of programs that enables users to create and maintain a database. The DBMS is general purpose software that facilitates the processes of Defining, Constructing, Manipulating and Sharing data among various users and applications.Defining a database involves specifying the data type, structure, and constraints of the data to be stored in the database. The database definition or descriptive data information is also stored in the database in the form of a database catalog or dictionary; it is called meta-data.Constructing the database is the process of storing the data on some storage medium that is controlled by the DBMS.Manipulating a database includes functions such as querying the database to retrieve specific data, updating the database to reflect changes in the miniworld, and generating reports from the data.Sharing a database allows multiple users and programs to access the database simultaneously.


List the different types of database user and explain?

4 Types of Database Users Users are differentiated by the way they expect to interact with the system: · Application programmers - interact with system through DML calls. · Sophisticated users - form requests in a database query language. · Specialized users - write specialized database applications that do not fit into the traditional data processing framework. · Naive users - invoke one of the permanent application programs that have been written previously.FROM: Database Systems Concepts 1.17 Silberschatz, Korth and Sudarshan c1997


Who are database users?

sullli


Which data management language component enabled the DBA to define the schema components?

Data definition language (DDL) component enables database administrators (DBAs) to define the schema components, including tables, indexes, views, and constraints within a database. With DDL, users can create, modify, and delete the structure of the database to ensure data integrity and organization.


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 are users and actors of database system?

they are people who interact with a database system in different ways and they are as follow 1- end users 2-database designers 3- database administrators 4- application programmers


Where database come from?

Database comes from the end user or the database users. Combining all the data database system is formed.


What four main types of action are involved in database briefly discuss each?

Defining a database involves specifying the data types, structures, and constraints for the data to be stored in the database. Constructing the database is the process of storing the data itself on some storage medium that is controlled by the DBMS. Manipulating a database includes such functions as querying the database to retrieve specific data, updating the database to reflect changes in the miniworld, and generating reports from the data. Sharing a database allows multiple users and programs to access the database concurrently.


What type of software allows users to access and manage a database?

database software


What is a database that has no data and has no database tools in which you create the data and the tools as you need them is reffered to as a?

A "schema-on-read" database is one that allows users to define the structure of the data as they access it, rather than enforcing a predefined schema. This approach allows for flexibility in data organization and analysis, making it a popular choice for big data and analytics applications.