|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Hi,
Could you tell me if there is a big difference in commands between SQL and MySql Thanks Lynne |
|
#2
|
|||
|
|||
|
MySQL is a product that manages databases, not a language or standard in itself. It is based on the SQL2 standard.
MySQL is a "lightweight" implementation of SQL designed to run fast on relatively slim systems. As such, it doesn't use all the SQL commands and functions. By lightweight, I mean it is designed to handle around 1000 tables of up to a million records per table. These things are relative! All SQL-based systems have their own quirks regarding syntax, data types etc., and MySQL is no exception. However, the underlying concepts of relational database design and the vast majority of the command set are common to all. |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Is there a difference in commands |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|