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 concurrency control?
What is field record and table in database?
how Data is stored in a file so that Direct Searching can be performed
What are the main characteristics of database approach?
What is dbms and its functions?
How do you create a database for an organization?
What is first normal form in dbms?
What is 'cross join'? Or what is cartesian product?
What is database example?
What is a relation schema?
Explain dml compiler?
Should database table names be capitalized?
What is normalisation and its type?
Differentiate between ‘cluster’ and ‘non-cluster’ index.
What is implicit cursor in dbms?