DBA > Job Interview Questions > RDBMS FUNDAMENTALS Interview Questions and Answers

RDBMS FUNDAMENTALS - Concept of a Database

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

RDBMS FUNDAMENTALS - Concept of a Database

Concept of a Database :

Traditional Approach : In this approach, independent application programs access their own independent data files. This results in many problems in data storage and retrieval.

Database Approach : In this approach, all application access a common database, which is a centralized data storage system.

This approach has the following advantages :
Redundancy of data storage is reduced, Inconsistency in data is eliminated and Data sharing between applications is possible.

(Continued on next question...)

Other Job Interview Questions