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
In which language oracle has been developed?
Explain about functional dependency and its relation with table design?
How do I uninstall oracle 11g?
How to use like conditions in oracle?
Explain the use of compress option in exp command.
What happens if you use a wrong connect identifier?
What is an oracle user account?
How to use "in" parameter properly?
Explain the use of constraints option in exp command.
what is dynamic SGA and static SGA
Explain the use of full option in exp command.
How to pass parameters to procedures in oracle?
candidate key is subset of super key but not vice-verse explain
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
How to save query output to a local file?