#databases #semester3
Reference #
Oracle Docs W3Schools Reference
Characteristics of Database Approach #
- Main Characteristics of Database Approach
- Self Describing nature of a DB System [ Catalog of the Data ]
- it contains the DB and Metadata
- The DB Catalog is Used by
- DBMS Software
- DB Users
Comparision with Traditional File Processing (TFP) #
TFP can only access specific DBs
- Insulation between program and data abstraction
- Program Data Independence - structure of the data files is stored in dbms catalog separatey from access programs
- VS TFP Any Change to the Structure should be reflect in the corresponding programs
- Program operation Independence
- In DDDBMS and ORDBMS users can define operations on data as part of DB Definitions
- an operation is specified in two parts
- implementation of the operation is specified separately and can be changed without affecting the instance
- Data Abstraction
- Allows program data independence and Program Operation Independence
- It provides users with conceptual representation of data
- Supports Multiple Views of Data
- Supports Multiuser Transaction Processing
- Multiuser DBMS
- Concorrency Control Software
- Online Transaction Processing Application
- Self Describing nature of a DB System [ Catalog of the Data ]