Database Management June 17, 2022
RDBMS: RDBMS means a Relational database management system. It is based on the relational model, which depicts a straight forward way of representing data in tables which is intuitive. In RDBMS each row of a table is a record with a unique ID called a key. MySQL, ORACLE database, PostgreSQL, IBM Db2 are common examples […]