Is there difference between MySQL and SQL? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Is there difference between MySQL and SQL?

30th Aug 2016, 2:39 PM
adewale
1 Resposta
0
Yes, there is a difference: 1. MySQL is a database product owned and maintained by Oracle (formerly by SUN), provided in an open source and a commercial version 2. SQL (Structured Query Language) is the query language for relational databases. DB companies like e.g. Oracle, IBM, Microsoft normally follow the ANSI SQL standards but also implemented their own "dialects" and specific syntax
8th Sep 2016, 9:40 PM
Stephan Borsodi
Stephan Borsodi - avatar