



















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
this document contains detailed explanation for beginners..it has covered each and every topic in details for those who are eager to learn data base management system.
Typology: Slides
1 / 27
This page cannot be seen from the preview
Don't miss anything!




















Course Learning Objectives
Course Contents Weekly Breakdown of the Topics Week/ Lec Topic CLOs PLOs Learning Domain Level of Learning
Assessments 3 x Quizzes 10% 3 x Assignments 10% Mid Term Exam 30% Final Exam 50% Lab Project 30%
Learning Objectives Describe the characteristics of business databases and the features of database management system Understand the importance of nonprocedural access for software productivity Advances in database technology and contribution of database technology to modern society Understand the impact of database management system architectures on distributed processing and software maintenance Perceive career opportunities related to database application development and database administration
Database Characteristics Database is a collection of persistent data that can be shared and interrelated. Persistent means that data reside on stable storage such as a magnetic disk. For example, organizations need to retain data about customers, suppliers, and inventory on stable storage because these data are repetitively used. Persistency depends on relevance of intended usage. Shared means that a database can have multiple uses and users. A database provides a common memory for multiple functions in an organization. For example, a personnel database can support payroll calculations, performance evaluations, government reporting requirements, and so on. Many users can access a database at the same time. For example, many customers can simultaneously make airline reservations. Interrelated means that data stored as separate units can be connected to provide a whole picture. For example, a customer database relates customer data (name, a d d r e s s ,... ) to order data (order number, order d a t e ,... ) to facilitate order processing.
Simple Database Example to Depict Database Characteristics
Features of Database Management Systems A database management system (DBMS) is a collection of components that supports the creation, use, and maintenance of databases.
Features of Database Management Systems
Features of Database Management Systems
Summary of Features of DBMSs
Evolution of Database Technology
Architectures of DBMSs In order to develop conceptual understanding about internal organization of DBMSs, this section describes two architectures or organizing frameworks. These architectures promote a conceptual understanding rather than indicate how an actual DBMS is organized.
The concept of data independence emerged to alleviate problems with program maintenance. Data independence means that a database should have an identity separate from the applications (computer programs, forms, and reports) that use it. The separate identity allows the database definition to be changed without affecting related applications. In the mid- 1970 s, the concept of data independence led to the proposal of the Three Schema Architecture. The word schema as applied to databases means database description.