Untitled Document
Untitled Document
WHAT IS RDBMS?
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 SQL
use RDBMS as database query language.
Edgar Codd introduced the relational database model. Many modern DBMS
do not conform to the Codd’s definition of a RDBMS, but nonetheless they
are still considered to be RDBMS.
The most popular RDBMS are MS SQL Server, DB2, Oracle and MySQL.