Difference Between SQL and MySQL
Difference Between SQL and MySQL
www.differencebetween.com
What is SQL?
Data is valuable for an organization to perform its tasks efficiently and effectively. Thus,
it is necessary to store data accurately. A database is used to store data. There are
different types of databases. A relational database is one of them. Relational databases
consist of tables and data is stored in these tables. Tables consist of rows and columns. A
row is a record, and a column is a field. Each data has a specific data type.
A relational database can have multiple tables. These tables are connected
using primary keys and foreign keys. The Structured query language is the query
language using to store, manage, retrieve data in a relational database. SQL was
developed using relational algebra.
SQL can be divided into three subcategories. They are Data Definition Language (DDL),
Data Control Language (DCL) and Data Manipulate language (DML). Commands such
as create, alter, the drop can be categorized under DDL. Commands like insert, update,
delete can be categorized under DML. Grant, revoke belongs to DCL.
What is MySQL?
MySQL is one such open source Relational Database Management System. A program,
which defines, construct and manipulate a database is known as Database Management
System. The programmer can use SQL queries on MySQL for data storing and retrieval.
It provides data administration, data migration, and data protection.
Figure 01: MySQL
MySQL is a fast and easy to use. It is popular database management system for back-
end development. It is commonly used with PHP for web development. Many languages
use libraries to connect to MySQL. For example, Java uses JDBC driver to connect the
application to MySQL. It also works on different platforms such as Linux, Windows,
Mac. MySQL client is a client program connect to the server. MySQL-bench provides
performance testing tools for the server.
Language Type
Design Databases
Connectors
Reference:
1.Point, Tutorials. “SQL Overview.” Tutorials Point, 15 Aug. 2017. Available here
2.Point, Tutorials. “MySQL Introduction.” Tutorials Point, 15 Aug. 2017. Available
here
3."Introduction to DBMS", YouTube, 11 Jan. 2015. Available here
4. "SQL Crash Course - Beginner to Intermediate"TechGuyWeb. YouTube, YouTube, 29
Mar. 2016. Available here
Image Courtesy:
APA: Difference Between SQL and MySQL.(2017 December 21). Retrieved (date), from
http://differencebetween.com/difference-between-sql-and-vs-mysql /