What is the difference between RDBMS and DBMS?
Answer Posted / akhilesh
The difference in RDBMS and DBMS does not lie in the way
tables and data are related to each other (ie. the Foreign
Key relationship). dBase and MS Access are DBMS's which
have foreign key relationships implemented.
RDBMS is based on the concepts of Relational Set Theory in
mathematics and hence the name Relational Database
Management System. They implement the project, restrict,
union, intersect, difference, product, divide and join in
the queries. DBMS's on the other hand, supports two or
more, but not all of the concepts.
| Is This Answer Correct ? | 105 Yes | 76 No |
Post New Answer View All Answers
What is oracle pl sql developer?
What is meant by user defined function?
How to run pl sql program in mysql?
What is the maximum number of triggers, you can apply on a single table?
What is pl sql record in oracle?
How do you delete duplicates in sql query using rowid?
What is a left join?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What does count (*) mean in sql?
What is the difference between function and procedure in pl/sql?
What is procedure explain with example?
What is trigger in pl sql?
What is out parameter used for eventhough return statement can also be used in pl/sql?
Is oracle and sql same?
What are views in sql?