This document discusses database users and administrators. It identifies four types of database users: application programmers, sophisticated users, specialized users, and naïve users. A database administrator coordinates all database system activities, including storage structure definition, granting user access, backup, performance monitoring, and tuning. The next topic will be an introduction to the relational database model.
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
47 views
Lecture6 DBMS
This document discusses database users and administrators. It identifies four types of database users: application programmers, sophisticated users, specialized users, and naïve users. A database administrator coordinates all database system activities, including storage structure definition, granting user access, backup, performance monitoring, and tuning. The next topic will be an introduction to the relational database model.
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 • •Naïve users – invoke one of the permanent application programs that have been written previously • – Examples, people accessing database over the web, bank tellers, clerical staff Slide No:L4-1 19BCS2CA- DBMS | Even Semester 2019-20 | Lecture 6 | Page 1 Question for Attendance
1. _________ users interact with the
system without writing programs. 2. ______users are sophisticated users who write specialized database applications that do not fit into the traditional data-processing framework
Database Administrator • Coordinates all the activities of the database system – has a good understanding of the enterprise’s information resources and needs. • Database administrator's duties include: – Storage structure and access method definition – Schema and physical organization modification – Granting users authority to access the database – Backing up data – Monitoring performance and responding to changes • Database tuning Slide No:L4-2 19BCS2CA- DBMS | Even Semester 2019-20 | Lecture 6 | Page 1 Mid Assessment