Computers SQL

Discussion in 'Computers' started by Zanza, Feb 21, 2005.

  1. Zanza

    Zanza .Net-ing & PHP-ing~*
    Staff Member

    Joined:
    Jul 16, 2001
    Messages:
    4,652
    Likes Received:
    117
    I just found out that I'll be studying SQL this course and I am very excited. But I've heard of MySQL more than SQL, what is the difference? Is MySQL is the new version of SQL?? Or something close to that..

    I just want to have an idea about what i'll be getting into.. :p
     
    #1
  2. Suzu

    Suzu 7th Seat Shinigami

    Joined:
    Jul 19, 2001
    Messages:
    1,704
    Likes Received:
    52
    SQL = Structured Query Language (I hope someone comes and says I'm wrong lol!)

    I never played with mySQL, but I think it(mySQL) is similar to SQL in the way you create, add, manipulate, and destroy records in tables in Databases. :) It's an interesting subject.
     
    #2
    1 person likes this.
  3. BakaMattSu

    BakaMattSu ^__^
    Staff Member

    Joined:
    Feb 16, 2001
    Messages:
    4,871
    Likes Received:
    122
    Suzu got it right.

    SQL itself is a language used to communicate with a database. MySQL, Oracle, MS SQL, and so on are various implementations of it.
     
    #3
  4. Zanza

    Zanza .Net-ing & PHP-ing~*
    Staff Member

    Joined:
    Jul 16, 2001
    Messages:
    4,652
    Likes Received:
    117
    Are you sure it's a language? My instructor said that it is a tool rather than a language :p

    (Just checking how good are my uni's instructors..!)
     
    #4
  5. BakaMattSu

    BakaMattSu ^__^
    Staff Member

    Joined:
    Feb 16, 2001
    Messages:
    4,871
    Likes Received:
    122
    #5
    1 person likes this.
  6. Jedimdo

    Jedimdo New Member

    Joined:
    Sep 8, 2004
    Messages:
    758
    Likes Received:
    73
    #6
  7. Zanza

    Zanza .Net-ing & PHP-ing~*
    Staff Member

    Joined:
    Jul 16, 2001
    Messages:
    4,652
    Likes Received:
    117
    I pull someone's leg and I get two replies that has a quote by my with nothing else beside a link.. -_-;
    Thanks nontheless =]

    Well, maybe the instructor ment that he likes to think of them as tools? (to close this subject :p).
     
    #7
  8. Zanza

    Zanza .Net-ing & PHP-ing~*
    Staff Member

    Joined:
    Jul 16, 2001
    Messages:
    4,652
    Likes Received:
    117
    Err, ok, I am kind of confused.. yesterday, in the lab session, the lecturer taugh us ORACLE SQL, he said that its ORACLE language using SQL tool.. is there much difference in SQL or ORACLE SQL??
     
    #9
    1 person likes this.
  9. MamiyaOtaru

    MamiyaOtaru President Bushman

    Joined:
    Feb 14, 2001
    Messages:
    2,372
    Likes Received:
    36
    You can use a lot of different languages to manipulate databases with SQL. This lets you run SQL queries from programs you write in those languages.

    What you are learning basically is how to write COBOL programs that use SQL to query and manipulate databases.

    Is SQL a language? Well, it's SQL after all, not SQT ;)
     
    #11
    1 person likes this.

Share This Page