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 is Parallel Server ?
Which environment variables are absolutely critical in order to run the OUI?
How to view the tablespaces in the current database?
Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3
How many different types of indexes we have in oracle?
24 Answers IBM, TCS,
Can we save images in a database and if yes, how?
How to Identify the previously inserted/updated records in already populated table.
Can Multiple instances be run on Single Machine???
definition of cluster and non-clustered index?
Can we write dml statement in function in oracle?
Explain integrity constraint?
Can we create trigger on view in oracle?