What is the difference between DBMS and RDMS
Loading
What is the difference between DBMS and RDMS
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Feb 3, 2025, 12:44 AM
I assume you mean RDBMS, not RDMS. If you really meam RDMS then please tell us where you see that or at least what RDMS is an acronym for.
A RDBMS (Relational DataBase Management System) is a type of DBMS (DataBase Management System).
Relational databases were invented by E. F. Codd, employed by IBM at the time. IBM is among the oldest developers of database systems. IBM developed database technology when direct-access storage (disk drives) were invented by them.
See the following.
What is a database management system? - IBM Documentation
https://www.ibm.com/docs/en/zos-basic-skills?topic=zos-what-is-database-management-system
I think that when members post answers they found elsewhwere they should specify where they got the information from.
Tuhin PaulPosted Jan 30, 2025, 10:45 AM
Difference Between DBMS and RDBMS
Now lets take a realtime example of a Library Management system.
DBMS:
A file-based system where each book is stored as a separate file (e.g.,
book1.txt,book2.txt). Relationships between books and authors are not enforced.Limitation: No way to query "Which books are written by Author X?" efficiently.
RDBMS:
Uses tables like
Books,Authors, andBookAuthorswith relationships enforced via foreign keys.Tables:
Query:
DBMS is a generic term for systems managing data (file-based, hierarchical, etc.).
RDBMS is a subset of DBMS that uses tables and SQL, enforcing relationships and integrity.
Use RDBMS for complex queries, transactions, and scalability. Use DBMS for simpler, non-relational data needs.
Hope this pictorial presentation clears your doubts. Now you can ask some specific question as Amit Mohanty has mentioned in his response.
Amit MohantyPosted Jan 30, 2025, 10:32 AM
It's look like your questions are quite broad and can be easily answered through a quick google search, where you'll find plenty of useful resources. To make the discussion more valuable for the community, consider asking about specific challenges or issues you are facing.
Sangeetha SPosted Jan 30, 2025, 6:31 AM
differences between DBMS (Database Management System) and RDBMS (Relational Database Management System):
Structure:
Relationships:
Normalization:
ACID Properties:
Examples:
Jaish MathewsPosted Jan 30, 2025, 6:25 AM
Here’s a tabular comparison between DBMS (Database Management System) and RDBMS (Relational Database Management System):
Let me know if you need any modifications or further explanations! ??