Popular Tutorials
HTML
View allJavaScript
View allWhat is RDBMS ?
RDBMS stands for Relational Database Management System.
All modern database management systems like SQL, MS SQL Server, IBM DB2, ORACLE, My-SQL, and Microsoft Access are based on RDBMS.
It is called Relational Database Management System (RDBMS) because it is based on the relational model introduced by E.F. Codd.
How it works
Data is represented in terms of tuples (rows) in RDBMS.
A relational database is the most commonly used database. It contains several tables, and each table has its primary key.
Due to a collection of an organized set of tables, data can be accessed easily in RDBMS.
Now that you know about RDBMS, let's learn the difference between DBMS and RDBMS
Share this page on :
© 2022 AnalyzeCode.com All rights reserved.