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
Can we use GO_BLOCK package in a PRE_TEXT_ITEM trigger ?
What is database in simple language?
What is data modelling explain?
What is second normal form?
What is the best database management system?
What are the different types of keys in the database?
What do you understand by database triggers?
How do you create a simple database?
What integrity rules exist in the dbms?
Explain the use of assign statement in progress database?
What is index hunting and how does it help in improving query performance?
What is the purpose of queries in a database?
What versions of clipper does netlib support?
Write a query to remove duplicate rows from a table?
How many types of users in dbms?