A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd.
RDBMS store the data into collection of tables, which might be related by common fields (database table columns). RDBMS also provide relational operators to manipulate the data stored into the database tables. Most RDBMS use SQL as database query language.The most popular RDBMS are MS SQL Server, DB2, Oracle and MySQL.
Sqldev, if this helps please login to Mark As Answer. |
Reply | Alert Moderator