differentiate between DBMS and RDBMS.
answer guys ❤❤✌✌
Answers
First of all, What is DBMS?
DBMS stands for Data Base Management System.
So, What is a Database? A database is a Collection of tables.
Again, we have another undefined term. That is table. Let's define a table.
A table is a collection of rows and columns that helps us to arrange data.
Rows and columns are collection of cells arranged in horizontal and vertical manner respectively.
A cell is defined as intersection of a row and a column.
So, now, its clear that what these terms are.
Again, defining a database, A database is a collection of various tables.
A Database Management System is a software that helps us to create and manage databases.
Now, coming to RDBMS, RDBMS stands for Relational Database Management System.
Database, as explained earlier is a collection of tables. A DBMS is a software that helps us to create and manage DBs.
A relational database management system is a software that helps us to create databases, manage them, and establish a link between different databases. This means that in a RDBMS, if data linked to other DBs is edited, the data in other DBs will also get edited automatically.
Conclusion:
A Database Management System is a software that helps us to create and manage databases.
Whereas,
A relational database management system is a software that helps us to create databases, manage them, and establish a link between different databases.
Thanks!