what is the difference between DBMS and RDBMS??
Answer Posted / shivam yadav
DBMS
1.In DBMS relationship between two tables or files are maintained Programmatically.
2.In DBMS there is no security of data.
3.Each table is given an extension in DBMS.
4.DBMS may satisfy less than 7 to 8 rules of Dr. E F Codd.
5.DBMS not support client/server architecture.
RDBMS
1.In RDBMS relationship between two tables or files can be specified at the time of table creation.
2.Most of the RDBMS support client/server architecture.
3.In RDBMS there are multiple levels of security.
->Logging in at O/S level.
->Command level(i.e. at RDBMS level).
->Object level.
4.Many tables are grouped in one database in RDBMS.
5.RDBMS usually satisfy more than 7 to 8 rules of Dr. E F Codd.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the functions of rdbms?
What is a key in database?
What is database bloat?
Why do we need database normalization?
What is the benefit of database?
Which database is used by google?
What are the main features of a database?
What is the purpose of a database?
What are some of the important security features of a dbms?
What is maintaining database?
What is difference between database and website?
What is cardinality in db?
Describe why operational and informational systems are separate.
What is an image database?
What is bcnf standard form in dbms?