Users of Database System:-
- Data Administrator (DA)
- Database Administrator (DBA)
- Database Designer
- Application programmers
- End users
Data Administrator (DA):-
A data administrator is a person who is responsible for entire data of an organization. He normally develop overall functional requirements for database used in the organization.
Main responsibilities:-
·
Database
planning
· Development and maintenance of standards, policies and procedures
Database Administrator (DBA):-
A database administrator is an important person in development of any database system. He is responsible for the design, implementation, operation, management and maintenance of database. He must be technically competent and a good manager.Main responsibilities:-
·
Physical realization of the database
·
Physical database design and implementation
·
Security and integrity control
·
Maintenance of the operational system
· Ensuring satisfactory performance of the applications for users
Database Designers (Logical and Physical):-
The logical database designer is concerned with identifying the data (that is, the entities and attribute), the relationship between the data, and the constraints on the data that is to be stored in the database. It define the complete description of the data stored in the database.The physical database designer decides how the logical database design is to be physically realized. This involves:
·
Mapping the logical database design into a set of
tables and integrity constraints
·
Selecting specific storage structures and access
methods for the data to achieve good performance
· Designing any security measures required on the data
0 Comments