|
Re: Hello from Huddersfield ;o)
13-06-2008, 12:20 PM
#3
Hi Graham,
There isn't a difference as such - SQL stands for 'Structured Query Language' and is the standard method by which data is added to, removed from and updated to a database. MySQL is an open-source database server that you can communicate with using SQL, in fact most 'databases' support SQL, but they will stick extra bits on to differentiate themselves from each other.
When you create an MS Access database and run a query, that query is written in SQL, similarly when you browse a database driven website (like ebay) the way the website 'asks' for the video from the database is by SQL, the database itself might be MySQL, Oracle, Postgre etc etc.
Hmmm - does this make sense? In short SQL is the language and MySQL is the thing you want to talk to.
Cheers
Josh
|