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
Define dml compiler.
What is ordbms with example?
What are the types of database explain each of them briefly?
Name the different data models that are available for database systems.
What is openedge rdbms?
How do you create a database for an organization?
Is it good to save image in database?
What is database Configuration assistant ?
What is the instance of a relation?
How many records can a database hold?
What is database or database management systems (dbms)?
How index hunting contributes in improving the query performance?
Explain 5nf?
Explain armstrong rules? How they are complete and/or sound?
What are the differences between a dbms and rdbms?