Difference between MySQL and IBM Db2 Last Updated : 26 Jun, 2020 Comments Improve Suggest changes Like Article Like Report 1. MySQL : MySQL is an open-source relational database management system (RDBMS) based on Structured Query Language (SQL). It is developed and managed by oracle corporation and initially released on 23 May, 1995. It is widely being used in many small and large scale industrial applications and capable of handling a large volume of data. 2. IBM Db2 : IBM Db2 is a family of data management products, including database servers, developed by IBM. It is a Relational Database Management System (RDBMS) which supports object-oriented features and non-relational structure with XML. Db2 is designed to store, analyze and retrieve the data efficiently. It was initially released in 1983 and is written in C, C++, Java and Assembly language. Difference between MySQL and IBM Db2 : SR.NO MySQL IBM Db2 1. It was developed by Oracle. It was developed by IBM. 2. It was released in May 1995. It was released in 1983. 3. The primary database model for MySQL is Relational DBMS. The primary database model for Db2 is also Relational DBMS. 4. Server operating systems for MySQL are FreeBSD, Linux, OS X, Solaris and Windows. Server operating systems for Db2 are AIX, HP-UX, Linux, Solaris, Windows and z/OS. 5. It has the concept of Referential Integrity and Foreign keys. It also has the concept of Referential Integrity and Foreign keys. 6. It is written in C and C++ languages. It is written in C, C++, Assembly language, Java languages. 7. Some companies like Airbnb, Pinterest, Slack, Udemy, Twitter, etc use MySQL. Some companies like JPMorgan Chase, Bank of America, Scotiabank, Citi, etc use Db2. 8. It has fixed data schema. It also has fixed data schema. Comment More infoAdvertise with us Next Article Difference between MySQL and IBM Db2 A abhishek18bme1037 Follow Improve Article Tags : DBMS Difference Between Similar Reads Difference between IBM DB2 and MS SQL 1. IBM DB2 : IBM DB2 is a relational database which was developed by IBM in 1983. It is considered as a family of database management products which are build for AI. It has enhanced capabilities for performing transactions. It works on the principle of ACID and has high flexibility and performance. 2 min read Difference between SQLite and IBM DB2 1. SQLite : SQLite is a software library that provides a relational database management system (RDBMS). It was designed by D. Richard Hipp on August 2000. The design goals of SQLite were to allow the program to be operated without installing a database management system (DBMS) or requiring a databas 2 min read Difference between RDBMS and IBM DB2 1. RDBMS : RDBMS stands for Relational Database Management Systems. It is most popular database. In it data is store in the form of row that is in the form of tuple. It contain numbers of table and data can be easily access because data is store in the table. This Model was proposed by E.F. 2. IBM D 2 min read Difference between MySQL and dBASE 1. MySQL : MySQL is an open-source relational database management system (RDBMS) based on Structured Query Language (SQL). It is developed and managed by Oracle Corporation and initially released on 23 May 1995. It is widely being used in many small and large scale industrial applications and capabl 2 min read Difference between Derby and MySQL 1. Derby :Apache Derby is a full-featured, open-source relational database management system (RDBMS) implemented in Java and as the name suggests it is developed by Apache Software Foundations. It is based on Java, JDBC and SQL standards. Derby is easy to install, deploy, and use. It is either embed 2 min read Like