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 is file manager?
write a query to retrieve the last day of next month in oracle.
What is second normal form?
what is normalization? types of normalization? example of each form? how do u implement normalization in ur project?
Why its better to use files than a DBMS when there are multiple users to access the data
What is normalization? What are different type of normalization?
Mention the differences between unique key and primary key
Define and explain about progress?
What is the 3-tier architecture?
What do you mean by starvation in dbms?
Define a relation schema and a relation.
How do you maintain a database?
Can you explain fourth normal form and fifth normal form ?
Why is database important?
Why is rdbms important?