Chapter 1. INTRODUCTION TO DBMS
Chapter 1. INTRODUCTION TO DBMS
INTRODUCTION TO DBMS:
-DBMS stands for Database Management System.
-DBMS = Database + Management System.
-Database: Collection of data
-Management System: Set of programs to store and retrieve those data.
-Definition:
DBMS is a collection of inter-related data and set of programs to store & access
those data in an easy and effective manner.
OR
(3)View Level:
-Highest level of abstraction.
-Only a part of the actual database is viewed by the users.
-Can be many different views of a database
DATA INDEPENDANCE:
Data Independence is the capacity to modify a scheme definition in one level
without affecting a scheme definition in a higher level.
There are two kinds of data independence:
(1)Physical data independence:
It is the capacity to modify the physical scheme without changing the conceptual
schema.
(a)Naive users:
- Naïve users, need not to be aware of presence of database.
- Un-experienced users.
- Ex: Clerk of bank office
(b)Casual users:
-These users having great knowledge about query processing.
-They do not write program but they fire query on database.
(c) Application programmer: (Computer Professionals)
- These users write program that uses the database.
-Accessing data, creating new data, modifying data is done by using these
application programs.
9) ---------is the capability to change one level data without affecting its
higher-level data.
Ans: Abstraction
Fill in the Blanks: