What is MySQL?

Introduction To MySQL It was a Swedish company that created MySQL AB and it was founded by Allan Larsson, David Axmark, and Michael "Monty" Widenius. But, the actual development of MySQL started in 1994 by Widenius and Axmark. On 23 May 1995 first version of MySQL came into the Market. Initially, … [Read more...] about What is MySQL?

MySQL Operators

Introduction To MySQL Operators MySQL is an RDBMS, and to access it many a time you would need to apply some filters or conditions to get specific data. To perform the same MySQL offers these operators which would help you in doing the same. These operations come in handy when you will be dealing … [Read more...] about MySQL Operators

MySQL Constraints

Introduction To MySQL Constraints The following article provides an outline for MySQL Constraints. MySQL constraint is mainly used to restrict or allow, the value or type of data, which is to be stored in the table of a database. It is the best way to maintain a database's uprightness. One can … [Read more...] about MySQL Constraints

MySQL Commands

Introduction To MySQL Commands The first word “My” is taken from the name of the co-founder’s (Michael Widenius) daughter and SQL stands for Structured Query Language. MySQL is an open-source RDBMS (Abr: Relational Database Management System) and is widely used for scalable web-based and embedded … [Read more...] about MySQL Commands

MySQL Server

Introduction To MySQL Server MySQL based is based on client/server architecture which means that application programs communicate with the database server (MySQL). Anyone can save changes, query data, and many more. It is scalable because it supports multi-threading. MySQL can handle any amount of … [Read more...] about MySQL Server