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 are the four objectives of the selection of a data type?
What is the main difference between union and union all?
Can group by and ordered by used in a single query?
What is a degree of relation?
What do you understand by data model?
What is concept of dbms?
What is big data in database?
Describe the differences between vertical and horizontal portioning.
Is declare cursor executable?
What is the most used database?
What is the relationship?
What is tuple with example?
what are parameter, we can check after creating a database in terms of QC and for each tables what should be the parameters for QC and QA?
How index hunting contributes in improving the query performance?
Can we save file in database?