+ Reply to Thread
Results 1 to 4 of 4

Thread: Difference between SQL and MySQL

  1. #1

    Default Difference between SQL and MySQL

    hello all,
    what is the difference between SQL and the MySQL.Which is better to use?

  2. #2

    Default

    MYSQL is open source, SQL is not open Source.

  3. #3
    Sapphire Star member lawyertrust is on a distinguished road
    Join Date
    Sep 2011
    Posts
    51

    Default

    SQL stands for Structured Query Language. It's a standard language for accessing and manipulating databases.

    MySQL is a database management system, like SQL Server 2005, Oracle, Informix, Postgres etc. MySQL is a RDMS (Relational Database Management System). All types of RDMB use SQL.

  4. #4
    Sapphire Star member suba is on a distinguished road
    Join Date
    Sep 2011
    Posts
    92

    Default Difference between SQL and MySQL

    SQL stands for Structured Query Language. It's a standard language for accessing and manipulating databases.

    MySQL is a database management system, like SQL Server 2005, Oracle, Informix, Postgres etc.
    MySQL is a RDMS (Relational Database Management System).
    All types of RDMB use SQL.

    SQL is used to manipulate database or to create a database.
    It's actually a common language. MySQL is an actual computer application.
    You must need to download or collect it and install it.
    MySQL is one of the most popular open source database management system.
    MySQL has an SQL interpreter.

    MySQL can be used as the back engine database for several kinds of applications and it's one of the best choice for many web programmers for web-base application

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts