0

What is the difference between SQL and MY SQL

24th Jan 2017, 5:51 PM
ChandraShekhar Reddy
ChandraShekhar Reddy - avatar
2 Answers
+ 2
SQL - Structured Query Language. It is declarative computer language aimed at querying relational databases. MySQL is a relational database - a piece of software optimized for data storage and retrieval. There are many such databases - Oracle, Microsoft SQL Server, SQLite and many others are examples of such.
24th Jan 2017, 5:58 PM
Milan
Milan - avatar
0
thank you
24th Jan 2017, 5:59 PM
ChandraShekhar Reddy
ChandraShekhar Reddy - avatar