what is the difference between DBMS and RDBMS??
Answer Posted / krupali parmar
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 Software and Hardware Requirements.
6)FoxPro, IMS are Examples
RDBMS:
1)It is used to establish the relationship concept between
two database objects, i.e, tables
2)It supports multiple users
3)It treats data as Tables internally
4)It supports minimum 6 rules of E.F.CODD
5)It requires High software and hardware requirements.
6)SQL-Server, Oracle are examples
| Is This Answer Correct ? | 123 Yes | 22 No |
Post New Answer View All Answers
What is metadata and why should I use it?
What is cliques? What is vdisk and how it will communicate with physical data storage at the time of data retrieval through amp?
Explain the components of rdbms?
What are different types of joins in sql?
List few ways to code transactions in an efficient manner?
What do you understand by data model?
What is optimization in database?
What are five advantages of a database?
How do you set a primary key?
How to create a database from my program?
Suppose database is running slow, what will you do?
How to know the Architecture of the Database
What is rdbms data?
how you will identify the mapping level bottleneck ? if there is a mapping level bottleneck then how will you try to improve the mapping
What is 2nf in database?