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
Describe a subquery.
What is information schema in database?
What is stored procedure in database?
What integrity rules exist in the dbms?
What do you understand by unique key?
What do you understand by correlated subqueries in dbms?
What is difference between database and spreadsheet?
What is Database testing and What are ways of writing test cases for database testing?
Define b-trees.
How to disconnect the user connection?
How to create a database from my program?
Explain the Logical Schema of Database
What is tabular form?
In which phase of mload can I use .filler?
What are the six database objects?