Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
learntsql
524 Posts |
Posted - 2011-05-05 : 01:59:46
|
Hi All,Could any one please describe me the defference between DBMS and RDBMS?TIA. |
|
vaibhavktiwari83
Aged Yak Warrior
843 Posts |
Posted - 2011-05-05 : 02:14:37
|
Google for such questions. you will get lots of information.but in simple terms - in both dbms & rdbms the data is stored in the form of rows and columns. but the main difference between the dbms and rdbms is we can establish the relation between the tables in rdbms.in case of dbms we cannot establish relation between tables.Vaibhav TIf I cant go back, I want to go fast... |
 |
|
Jahanzaib
Posting Yak Master
115 Posts |
Posted - 2011-05-06 : 07:17:41
|
RDBMSA 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 database modelDBMSA Database Management System (DBMS) is a set of computer programs that controls the creation, maintenance, and the use of a databaseRegards,Syed Jahanzaib Bin HassanMCTS,MCITP,OCA,OCP,OCE,SCJP,IBMCDBAMy Blogwww.aureus-salah.com |
 |
|
|
|
|