Dbms & rdbms

Newbie Member
20Jan2011,16:14   #1
kasturi's Avatar
what are the database pacakages available now for DBMS & RDBMS ?
Banned
2Mar2011,15:35   #2
kumarmannu's Avatar
A database is a software application that enables the storage of data. Within database architecture there are different theories and implementations for storing the physical data. A relation database management system (RDBMS) is a database that stores data in tables with relationships to other tables. In comparison, a database management system (DBMS) does not require the definition of relationships between tables. Both DBMS and RDBMS are models for storing information in a physical database.
Go4Expert Founder
2Mar2011,15:40   #3
shabbir's Avatar
Quote:
Originally Posted by kumarmannu View Post
A database is a software application that enables the storage of data. Within database architecture there are different theories and implementations for storing the physical data. A relation database management system (RDBMS) is a database that stores data in tables with relationships to other tables. In comparison, a database management system (DBMS) does not require the definition of relationships between tables. Both DBMS and RDBMS are models for storing information in a physical database.
How does that answer the OP question?
Banned
20Aug2011,11:02   #4
aman1's Avatar
DBMS is the collection of the data in main memory then it is called data base management system. then RDBMS is the collection in the table.