Relaatiotietokantainhallintajärjestelmä
Relaatiotietokantainhallintajärjestelmä (RDBMS) is a software system that manages relational databases, where data is organized in tables with rows and columns. The core concept of relational databases is based on E.F. Codd’s relational model, introduced in 1970. An RDBMS stores data on disk, provides a query language—typically SQL—supports transactions, data integrity constraints, and concurrency control.
Key components of an RDBMS include the storage engine, SQL parser and executor, transaction manager, and the
Typical features offered by modern RDBMSs are user authentication, role-based access control, stored procedures, triggers, views,
Common commercial and open-source RDBMSs include Oracle Database, Microsoft SQL Server, IBM Db2, PostgreSQL, MySQL, MariaDB,
Standards such as the SQL standard (ANSI/ISO) guide interoperability between systems, though implementations can differ in