If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > difference between sql and mysql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-12-04, 04:38
evilz35 evilz35 is offline
Registered User
 
Join Date: Feb 2004
Posts: 78
difference between sql and mysql

hi can ne 1 tell me what the difference is between sql and mysql in terms of the actual code, because it looks very similar to me.
Reply With Quote
  #2 (permalink)  
Old 03-12-04, 06:53
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Re: difference between sql and mysql

Quote:
Originally posted by evilz35
hi can ne 1 tell me what the difference is between sql and mysql in terms of the actual code, because it looks very similar to me.
mysql is name of product (such as Oracle or Sybase) and as another databases also this is using SQL language.(ANSI SQL 92)
Reply With Quote
  #3 (permalink)  
Old 03-14-04, 22:43
poppy_123 poppy_123 is offline
Registered User
 
Join Date: Feb 2004
Posts: 25
ika is there any commands difference as (dml), (ddl)
Reply With Quote
  #4 (permalink)  
Old 03-17-04, 02:32
trieder trieder is offline
Registered User
 
Join Date: Sep 2003
Posts: 69
As IKA said, it is a product not a language. MySQL is a boxed (or downloaded product) SQL is a "language" that MySQL, SQL Server, Oracle etc use to ASK the database questions and PLACE data into it. So Data Definition and Data Markup are written IN SQL that is placed into MySQL for translation.
Reply With Quote
  #5 (permalink)  
Old 03-17-04, 23:56
poppy_123 poppy_123 is offline
Registered User
 
Join Date: Feb 2004
Posts: 25
thnaks for trieder and ika
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On