Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

General

Lenka Kasparova-OracleMay 19 2015 — edited May 26 2015

What is SQL?

SQL (pronounced "Ess Que Ell" or "Sequel"), commonly expanded to Structured Query Language, is an international standard for querying databases. Read more about it at [http://en.wikipedia.org/wiki/SQL Wikipedia's SQL] entry, and notice the [http://en.wikipedia.org/wiki/SQL#History naming trivia!]

What is MySQL

MySQL, is the the most popular Open Source SQL database management system. It's developed, supported, and distributed by MySQL AB. At the core of it, there's an SQL server, but it comes with many access methods, such as the MySQL Client, and various Connectors.

How do I pronounce MySQL?

MySQL is pronounced "My Ess Que Ell" ("My S Q L"). But we're friendly people, so we don't get angry if people say "Mysequel".


Comments

Post Details

Added on May 19 2015
0 comments
752 views