1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What Is The Difference Between MySQL and SQL?

Discussion in 'MySQL' started by N€0, Jul 17, 2008.

  1. #1
    Guys,

    Whats the difference between MySQL and SQL?

    - N€0
     
    N€0, Jul 17, 2008 IP
  2. flippers.be

    flippers.be Peon

    Messages:
    432
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    SQL is the language to write queries in.

    MySQL is a free database product.

    MSSQL = Microsoft SQL Server, not free.
     
    flippers.be, Jul 18, 2008 IP
  3. ayaw

    ayaw Peon

    Messages:
    164
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    MySQL is a product
    SQL is a feature
     
    ayaw, Jul 18, 2008 IP
  4. Social.Network

    Social.Network Member

    Messages:
    517
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    35
    #4
    SQL = Structured Query Language, MySQL = Open Source Relational Database System
     
    Social.Network, Jul 18, 2008 IP
  5. billy786

    billy786 Peon

    Messages:
    323
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    SQL is a standard for relational databases

    mysql is an open source sql product for the linux unix platform

    mssql is a properity sql product by microsoft
     
    billy786, Jul 18, 2008 IP
  6. gopalagr85

    gopalagr85 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    SQL is a language. Specifically, the "Structured Query Language"

    MySQL is one of several database systems, or RDMS (Relational Database Management System). MySQL is one of several RDMS's, others of which are Oracle, Informix, Postgres, and MSQL.

    Expamle:
    Basically, the difference between SQL and MySQL is the same as the difference between Spanish and Mexicans. Spanish is a language. Mexicans are one of a group of people that use Spanish. Mexican Spanish and Spaniard Spanish are mildly different in dialects, but they're still Spanish.
     
    gopalagr85, Jul 19, 2012 IP