what is the difference between DBMS and RDBMS??
Answer Posted / irshad
* In DBMS relationship between two tables or files are
maintained programmatically butIn RDBMS relationship between
two tables or files can be specified at the time of table
creation.
*It does not support client/server architecture but Most of
RDBMS are support client/server architecture.
*DBMS does not support distributed databases but Most of
RDBMS are support distributed databases.
*In DBMS there are no tight security of data.butIn RDBMS
there are multiple levels security
1-Logging in at OS Level
2-Commands levels
3-Object levels
* Each table is given an extension in DBMS but Many tables
are grouped in one DB in RDBMS
*DBMS may satisfy less than 7 to 8 rules of Dr. E.F.
Codd.but RDBMS may satisfy more than 7 to 8 rules of Dr.
E.F. Codd.
Is This Answer Correct ? | 62 Yes | 12 No |
Post New Answer View All Answers
What do you understand by ‘database’?
What is a candidate key in dbms?
Who invented schema theory?
What is a database in a website?
What are the uses of database management system?
How many types of database language exist?
Define database system.
Segregate database technology's development.
Define checkpoint.
What is the best database software?
Is access a database program?
Explain the importance of partitioning.
Describe a subquery.
What do you understand by e-r model?
What is snow flake schema design in database? What's the difference between star and snow flake schema?