RDBMS

A type of database management system that organizes and stores data in a structured, tabular format using a relational model. The relational model, introduced by Edgar F. Codd in 1970, represents data as a collection of tables (or relations) consisting of rows and columns. Each row in a table represents a record (or tuple) with a unique identifier called a primary key, and each column represents an attribute or field of the data.

The key features of an RDBMS include:

Some popular RDBMSs include Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL, and IBM Db2. These systems are widely used for managing data in various applications, from small-scale projects to large-scale enterprise systems.

Exit mobile version