What is the difference between Database Management System and Relational Database Management System ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the difference between Database Management System and Relational Database Management System ?

7th Mar 2017, 11:20 AM
Hemant Jaiswal
Hemant Jaiswal - avatar
2 Answers
+ 4
Database management system(DBMS) is a collection of hardware, software and database for storing and retrieving data from database. Relational database management system(RDBMS) is a schema for storing data. It may store data in tabular format. It stores data in relation to one another using constraints like primary key, foreign key.
7th Mar 2017, 11:59 AM
Puspa R. Rijal
Puspa R. Rijal - avatar
+ 3
A DBMS help you manage databases INDIVIDUALLY. RDBMS involves linking of 2 or more Databases. If you have ever heard of JOINS, thats a nice example.
7th Mar 2017, 12:00 PM
Meharban Singh
Meharban Singh - avatar