DBMS vs. RDBMS
Answers were Sorted based on User's Feedback
Answer / vamsikrishna.ch
• Relationship among tables is maintained in a RDBMS whereas
this not the case DBMS as it is used to manage the database.
• DBMS accepts the ‘flat file’ data that means there is no
relation among different data whereas RDBMS does not accepts
this type of design.
• DBMS is used for simpler business applications whereas
RDBMS is used for more complex applications.
• Although the foreign key concept is supported by both DBMS
and RDBMS but its only RDBMS that enforces the rules.
• RDBMS solution is required by large sets of data whereas
small sets of data can be managed by DBMS.
| Is This Answer Correct ? | 17 Yes | 0 No |
what are the things that you consider while creating indexes on partitioning tables?
Which database is better for os platform dependency?
How to connect the oracle server as sysdba?
What is currency type in database ?
What is the difference between column level constraints and table level constraints?
14 Answers IBM, TCS,
what is the uses of cusor
How can windows applications connect to oracle servers?
State all possible different index configurations a table can possibly have?
8. Display the client name and order date for all orders using the natural join keywords.
What is an UTL_FILE.What are different procedures and functions associated with it?
What is the usage of control file in oracle?
What are the differences between a sys and system user and what are the extra privileges available to the sys user?