what is the difference between DBMS and RDBMS??
Answer Posted / janma
DBMS:
# small organization with small amount of data.
# less memory.
# contains only flat data.
# no concept of primary key & foreign key.
# supports single user.
# can be saved in any order.
RDBMS:
# designed to take care of large amount of data.
# more memory.
# contains some relation between entities.
# includes primary key & foreign key.
# supports multiple user.
# should be sved in table format.
| Is This Answer Correct ? | 39 Yes | 8 No |
Post New Answer View All Answers
What is database host?
What is database normalization with example?
What are 4 types of models?
What is limit in dbms?
What is 2nf in database?
What are the types of database management system?
How to open the database in exclusive mode?
How to connect Silverlight application to database?
What do you mean by dml compiler?
How do I create a database?
How do you link a spreadsheet to a website?
How many rows can a database hold?
What are different types of transaction isolation levels?
Mention few case manipulation functions in sql
how to retrive a data From database into the grid view..?