RDBMS
Updated: 11/12/2024 by Computer Hope
Short for Relational DataBase Management System, RDBMS was created by IBM in the 1970s. It's a database that is organized through tables or files that are linked to each other using relationships. A good example of a RDBMS is Microsoft SQL (Structured Query Language), MySQL, and MariaDB.
Tip
The opposite of a relational database is a NoSQL.
What is a relational structure?
Relational structure is the organization of a relational database.
Computer acronyms, Database, Database terms, Query, RDMS, Relational knowledge, Schema, SQL, Table, View