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
Which software is best for database?
What's the difference between clustered and non-clustered indexes?
What is normalization and what are the different types of normalization?
What is a key in database?
What is the main difference between union and union all?
In which phase of mload can I use .filler?
What are the features of openedge features?
What is metadata in dbms?
What are cursors give different types of cursors?
why an information gap exists in most organizations.
What is dbms_output put_line?
What is distributed queries?
What does partition mean in database?
How do you create a simple database?
Define the relationship between ‘view’ and ‘data independence’.