what is the difference between DBMS and RDBMS??
Answer Posted / snehal salunkhe
DBMS:
1. In DBMS no relationship concept.
2. It supports single user only.
3. It treats data as files internally.
4. It supports 3 rules of E.F.CODD out off 12 rules.
5. It requires low softwere and hardware requirements
eg.FOXPro,IMS
RDBMS:
1. It is used to establish the relationship concept between
two database objects i.e.table
2. It supports multiple users.
3. It treads data as table internally.
4. It supports minimum 6 rules of E.F.CODD
5. It requires high software and hardware requirements.
e.g. SQL-server,Oracle
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between database and schema?
Mention the types of join?
What is the best free database?
What is index hunting?
What is natural key?
Why do we need database management?
How to write udf s in delphi?
Explain all codd's rules for relational database system?
What is distributed queries?
What is the advantage of database management system?
what are the two integrity rules used in DBMS?
Which database is best for storing large data?
What is the relationship?
What are the steps in creating a database?
Explain by listing some major advantages of dbms.