Relational Database Management Systems (RDBMS)

 RDBMS (Relational Database Management Systems)

 

An RDBMS is a program used to manage a relational database. In most cases, it does this through structured query language (SQL) statements. The RDBMS ‘talks’ to the database and gives it instructions such as to insert data, select data from a certain column or delete data. They can also create new tables and even other new databases. 


Some examples of RDBMS are: 


    • MySQL – Used by YouTube, X, Netflix 
    • PostgreSQL – Used by Instagram, Spotify, Reddit 
    • Oracle DB – Used by Ebay, Intel, Zoom 
    • Microsoft SQL Server – Used by Stack Overflow, Accenture, doubleSlash 
    • SQLite – Used by Levelset, GRAIL, Sciplay 

Application developers choose which RDBMS to use based on their specific requirements. 

All RDBMS use either SQL or another form of it to manage databases and maintain their data accuracy. 

Comments

Popular posts from this blog

OSA Assignment 1 - Task 1 GUIDE

OSA Summer 2023 Mock - Task 1, Assignment 1

Useful Core A Acronyms