what is the difference between DBMS and RDBMS??
Answer Posted / aiswarya
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain vdl (view definition language)?
What is database management used for?
What's the best database software for mac?
Define database lock?
How do queries work in a database?
what are the different integrity rules present in the dbms?
What are the benefits of database?
Operators used in select statements are?
Give the cobol definition of a varchar field 177 when can an insert of a new primary key value threaten referential integrity?
What are the five important software components of a database management system?
How to create student table through query with a numeric column of ID and Name of Chaeacter and D-O-B with date type in database What will be the query for this purpose?
What are some disadvantages of a standard language such as sql?
What are the basic functions of a database?
How to improve query performance using index hunting?
What do you understand by intension and extension?