Site icon TestingDocs.com

Popular Relational Databases

Overview

In this tutorial, we will look at some popular relational databases. Some of the popular Relational Database Management Systems(RDBMS) are as follows:

Oracle Database

Oracle Database is a multi-model database management system produced and marketed by the Oracle Corporation. It is the market-leading commercial database with performance, scalability, reliability, and security.

Oracle database is most commonly used for Online Transaction Processing (OLTP), Data Warehousing (DW) and Mixed (OLTP & DW) database workloads. Oracle database is available as both on-premises and in the cloud. Oracle Database supports long term releases with highest level of release stability.

Website Link: https://www.oracle.com/database/technologies/

 

MySQL

MySQL is the world’s most popular open-source database. With its proven performance, reliability
and ease-of-use, MySQL has become the leading database choice for web-based applications, used by
many companies worldwide including Facebook, Twitter, YouTube, and many more.

MySQL was founded by MySQL AB company in Sweden. MySQL was acquired by Oracle Corporation. Oracle drives MySQL innovation, delivering new capabilities to power next generation web, cloud, mobile
and embedded applications.

Website Link: https://www.mysql.com/

Microsoft Access

Microsoft Access is a simple yet powerful database package. It is available along with Microsoft 365 subscription or a one-time purchase like other Microsoft Office applications like Excel, Word etc.

Website Link: https://www.microsoft.com/en-in/microsoft-365/access

Microsoft SQL Server

SQL Server is Microsoft’s database and only runs on the Windows operating system.

Website Link: https://www.microsoft.com/en-us/sql-server/

IBM DB2

IBM’s DB2 was one of the earliest database. The database is commonly used on mainframes
and runs on Windows and Unix.

Website Link: https://www.ibm.com/products/db2-database

PostgreSQL

PostgreSQL is an open-source object-relational database system that uses the SQL language combined with many features that safely store and scale complicated data workloads. PostgreSQL is a feature rich and robust database management system.

Website Link: https://www.postgresql.org/

SQLite

SQLite is a server-less and zero-configuration database engine. Most databases communicate with the
database server using the TCP/IP communication to send requests and receive response. SQLite on the other hand does not work like this way. There is no database server process. The database reads and writes
access database from the files on the disk.

Website Link: https://www.sqlite.org/index.html

 

MySQL Tutorials

MySQL Tutorials on this website:

https://www.testingdocs.com/mysql-tutorials-for-beginners/

For more information on MySQL Database:

https://www.mysql.com/

Exit mobile version