Answer Posted / 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 |
Post New Answer View All Answers
What language does oracle use?
What is an oracle user role?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
How do we get field details of a table?
What is a cursor variable?
Explain the difference between sql and oracle?
What is a lookup table in oracle?
How to install oracle database 10g xe?
In what script is snap$ created? In what script is the scott/tiger schema created?
How to start instance with a minimal initialization parameter file?
How to return top 5 rows in oracle?
How to open a cursor variable?
How can we find out the duplicate values in an oracle table?
Whats the benefit of dbms_stats over analyze?
How to put more than 1000 values into an oracle in clause?