Thanks rayqsl I got good information about RDBMS.. The basic information which I like to share is : A relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd. Most popular commercial and open source databases currently in use are based on the relational model...
A RDBMS is software system that uses method of reterving and quries on data. Most RDBMS uses the SQL to access the database. It manages incoming data, organizing data and provides best way for the data to be modified by users or other programs.
Relational Database -Database is broken down in to Smaller inter releted tables -Tables are connected through key field[column in the table] ,this specifies the relationship between tables -Changes will not affect the entire database Primary Key , Foreign Key
Yes I am agree with that, Most RDBMS uses the SQL to access the database. Because that is the best option for that...