0

What is the difference between sql and Mysql

Sql

6th Dec 2017, 3:48 PM
Sahil Kaushik
Sahil Kaushik - avatar
6 Respostas
+ 8
You can think of MySQL as the implementation of SQL or Database Management System (DBMS) to be exact. Some of the popular DBMS includes MSSQL, IBM DB2 & Oracle. That means MySQL can be used to host the DB and we will then write SQL to query or manipulate the records in DB. Take note that there are slightly different SQL syntax across the vendors but you don't need worry too much about it. 😉
7th Dec 2017, 4:58 AM
Zephyr Koo
Zephyr Koo - avatar
+ 3
One of them is mine. :)
6th Dec 2017, 4:23 PM
AgentSmith
+ 1
SQL IS A STRUCTURED QUERY LANGUAGE WHICH HAS SYNTAX AND RULES DEFINED TO EXTRACT THE DATA MYSQL IS A PROGRAM OF SQL WHICH IS USED TO RETRIVE THE DATA FROM DATABASE
6th Dec 2017, 5:01 PM
Pooja kembhavi
Pooja kembhavi  - avatar
+ 1
SQL is a language, Mysql is a database based on sql.
6th Dec 2017, 7:26 PM
Sadegh
0
hello
9th Dec 2017, 1:19 PM
Io‎
Io‎ - avatar