Introduction To Database: Prepared By:-Vivek Juneja
Introduction To Database: Prepared By:-Vivek Juneja
Definition.
Approach.
Types.
Database Language.
Database structure.
Definition
Approach
There are basically two kind of approaches for storing and accessing
information from database.
Traditional-File-Based Approach
Advantages :-
Limitations :-
Separation and isolation of data
Duplication of data.
Data Dependencies.
Incompatibility of files.
Fixed Queries.
No Security of data.
Advantages –
Centralization of data.
Secure and redundant data.
Provides Scalability, flexibility and robustness.
Providing storage structure for efficient query processing.
Easy and efficient backup and recovery solutions.
Disadvantages –
Hierarchical Model
Network Model
Relational Model
Hierarchical Model
Network Model
Disadvantages :- complex designs , modifying the structure of the database becomes a difficult task.
Relational Model
Structured Query Language (SQL) is a 4GL language designed for the retrieval and
management of data in relational database.
SQL was developed at IBM by Andrew Richardson, Donald C. Messerly and Raymond F.
Boyce in the early 1970s. This version, initially called SEQUEL, was designed to manipulate
and retrieve data stored in IBM's original relational database.
Easy to learn.
Commit, Rollback
Physical Structure.
Logical structure