Mysql And Sql - difference???

free web hosting
Open Discussion > CONTRIBUTE > Computers > Database

Mysql And Sql - difference???

techclave
I was wondering what is the difference between MySQL and SQL. I was really confused when i planned to do a project recently. This question has haunted me for a long time.

Is it both same?

Reply

cwconline
Well its just a few diffs in the way you run queries. also SQL is more like Microsoft SQL or, PortSQl, there are so MANY DIFFRENTS and SQL just means structer query language thats all.

Reply

Saint_Michael
After doing some research on this question you be surprised on the answer; and from what I read SQL is the command structure for the database, while MySQL is the program that runs the SQL command structure. With that giving you a small idea there is a difference between the two types of servers, which of course is MySQL server and SQL server;

QUOTE
Standard Language Support

An important aspect of database development is how to access your data using different standard based protocols. Both MySQL and SQL Server do a good job of supporting all major protocols for accessing their respective databases. A standard protocol is the "programming language" used for a program to communicate to a SQL database. The most common protocol is called tSQL, or Transact SQL. Transact SQL is a series of statements that a program can use to access data and create new tables in a SQL database. The statements can INSERT new records, DELETE old records and UPDATE existing records, along with a myriad of other functions.

The international standard for this programming language is referred to as ANSI SQL. ANSI stands for American National Standards Institute. ANSI is a collective governing body that determines what the standard language will be. For example, ANSI decides such things as the word INSERT will be used in the programming language as apposed to the work ADD to insert a new record into a database.

While both databases do a good job of supporting all major protocols, one of the most frequent complaints about MySQL is that it does not completely follow the ANSI SQL standard. This would not necessarily be any issue if your need for data storage never outgrows the capability of MySQL. However, if you data is constantly growing, there may be an eventual need to upgrade from MySQL to SQL Server to handle the vast amounts of data. In a situation like this, any application that has been written to manipulate a MySQL database will have to be revisited to be sure that the program is able to "communicate" with the new data store.

To give a better idea of the differences in MySQL and SQL Server, MySQL is geared more toward selecting data so is can be displayed, updated and saved again. MySQL is weaker in the areas of inserting and deleting data. MySQL is an excellent choice, for other reasons that we will discuss later on, for data storage and referencing data. MySQL is not the best choice however, for creating, inserting and deleting data from tables on the fly.

For an Internet application, MySQL would be a good choice for tracking clients and creating dynamically populated pages with information from the database. For an application of moderate to large scale that is used for commerce of any kind, SQL Server is by far the better choice with more options and functionality to add, manipulate, update and delete data.


From the looks of this quote it would seem that MySQL server can handle a particular load of data, while SQL can handle a much large load of data, but it seems though MySQL is used for displaying data why SQL is used to store data. That would be the big difference between the two

SOURCES

http://www.gidforums.com/t-554.html
http://www.tometasoftware.com/mysql_vs_sqlserver.asp

 

 

 


Reply

reconraiders
Just to add a little note. Some of you are as anal as me I'm sure. I hate it when people pronounce it "SEQUEL". LOL. It should be pronounced S-Q-L (Ess Cue Ell).

Reply

augyd
-

Reply

OmArEmAd
the SQL is the language and the MySQL is a company making programs for that language...

like the php and the phpBB...

They are same is the name there is the difference between just the BB

but php is a language and phpBB is a forum using that language and that's all

smile.gif

Reply

Galahad
I believe there was some minor confusion about this issue...

SQL is Structured Query Language, and is mostly used by database engines, to allow ease of manipulation with the data, in a english-alike language...

MySQL is a database engine, using SQL to allow operation with it, from different programming languages and programs...
Micro$oft SQL Server (often confused with SQL), is also a database engine (in a way like M$ Access), using SQL for the same purpose as MySQL...
PosgreSQL - same story, database engine, and many others...

MySQL has it's own advantages, M$ SQL has it's advantages, only thing required is for a developer, to find which engine suits him and his needs, in the best way... My option is mostly on MySQL, as it is free, whereas M$ SQL costs a lot of money, but offers nothing that I don't have in MySQL already...

Reply

adiaz01
"but offers nothing that I don't have in MySQL already..."

I like MySQL very much, but there are at least 2 things that MySQL does not have, the first and most important "I believe" is the graphical all-in-one interface with the whole system, MySQL doesn't have it (I know MyADMIN but is not as complete as MSSQL Console). the second is the integration with the rest of the programs, of course Office but also another database like Oracle, you can inter-communicate very easilly. the third one could be the support for replication and clustering is very powerfull basically because the simplicity.

MSSQL is a great database as good as MySQL or Oracle, the downside is the name "Microsoft" but I think it works very good.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. difference in mysql and sql - 19.34 hr back. (1)
  2. difference between sql and my sql - 38.63 hr back. (1)
  3. the difference of sql and mysql - 40.99 hr back. (2)
  4. difference between ms sql and mysql - 380.19 hr back. (1)
  5. sql mysql difference - 400.80 hr back. (1)
  6. difference between sql-server and my-sql - 541.71 hr back. (1)
  7. what is the difference between mysql and sql - 450.82 hr back. (2)
  8. difference between sql and mysql - 74.70 hr back. (2)
  9. difference between sql and my sql - 38.74 hr back. (2)
  10. difference between mysql and access - 658.14 hr back. (1)
  11. difference between mysql and sql - 666.38 hr back. (1)
  12. difference mysql and sql - 676.56 hr back. (2)
  13. difference between sql statement vs sql script - 729.23 hr back. (1)
Similar Topics

Keywords : mysql, sql, difference,

  1. Mysql Hacks
    (1)
  2. Creating A Php Login System Using Mysql
    I need help in creating a login system, what I want is a login system (10)
    Hey everyone! I am helping someone make a login system using MySQL databases and a PHP login
    form. I have a fair bit of experiance in HTML and some javascript too. I have virtually no
    experiance in MySQL or PHP. Anybody know of any good PHP login systems that allow you to creat a
    personalised page for each user and when they login the system transfers the user to their page.
    Another thing that the system MUST have is a way of stopping unwanted users entering someones page.
    CODE For example lets say I register and my UN is jesse123 and my personalised pages a....
  3. The Only Reason I Choose Ms Sql Server Rather Than Mysql
    (0)
    The only reason i choose ms sql server rather than mysql is, MS SQL has more security
    features!! MySQL is lacking a lot in my opinions - Lack in wide char, like nvarchar, I
    developed some application to support chinese letter, and dont know how to build one in mysql - Lack
    in t-sql syntax, like query in query is not fully supported - Does not have today SQL features like
    BI support (today really required) And compare MS SQL to MySQL, the only reason why mysql is
    favourable is - it is free! Dont u guys agree?....
  4. Need Advice On Setting Up Mysql Database.
    I have a huge amount of daily data updates to be inserted. (4)
    First of all, to get the idea of what I am trying to achieve here, please have a look at my
    idea thread, entitled Idea For Using A Cron Job To Grab Daily Travian Map.sql Updates . This gives
    a prelude to the project, what it is for, what it is supposed to do, etc. Now, what I need is
    specific advice on setting up the mySQL database(s) to implement this idea. There is a useful FAQ
    file for how to make use of the map.sql data located on the help.travian.com website, which also
    gives an example of the CREATE TABLE instruction that matches the data in the map.sql fi....
  5. The Best Free Php Mysql Blog
    any idea (5)
    Hi everyone Recently i tried to upload a personal blog. as I know a bit of PHP programming I was
    looking for a free open source PHP blog. first I tried Wordpress out but there was few problems
    that i needed to change php.ini or .htaccess file and also some other PHP settings. as i was trying
    it out on a free web host i didn't have access to php.ini. so i have changed it from Wordpress
    to bblog , i have installed it successfully and i followed it's safety instruction (deleting
    install folder and install.php and CHmod config.php )then i got another problem i ....
  6. Mysql-essential-5.0.51 Installion Problem
    please help me.(urgent) (2)
    Dear friend, please help me. Iam working on php project (matchmaking site). I have downloaded mysql
    essensial 5.0.51. When i was installing mysql 5.0.51, i got following error - Error 1901: Error
    attempting to read from the source installation database:
    c:\windows\installer\527ec6.msi What is solution of this problem ? Iam using
    windows xp professional version 2002 (service pack 2). Please post your reply. Iam waiting for your
    answer. ....
  7. Mysql Query Problems
    I need some help or a tutorial? (6)
    I seem to be having trouble with getting my Query to post my user's ID numbers. CODE //
    Make a MySQL Connection mysql_connect("localhost", "user",
    "password") or die(mysql_error());
    mysql_select_db("databasename") or die(mysql_error()); // Retrieve
    all the data from the members table $result = mysql_query("SELECT * FROM members WHERE
    id='$id'") or die(mysql_error());   // store the record of the
    id table into $row $row = m....
  8. Database With Mysql++
    getting mySQL++ to work with trap17 (7)
    Hi, I'm trying to build an online game and figured the easiest way to do the server list would
    be to make a mySQL database for it; however, I use the con() command on the IP i get from pinging my
    website and I always get an abnormal program termination; however, it will work with the mySQL on my
    own machine. The code is below: CODE #include <iostream> #include <iomanip>
    #include <mysql++> #include "pass.h"//holds my password (i program at
    school) int main(void) {     Connection con("t3jem3_test","....
  9. Mysql Datatype Int() Question
    Not sure what value to use inside int() (1)
    Can anyone clarify what the value in int() actually does? CREATE TABLE job_class ( jc_id int(1)
    NOT NULL AUTO_INCREMENT PRIMARY KEY, jc_index int(2) NOT NULL, jc_name varchar(20) NOT NULL, jc_type
    varchar(20) NOT NULL ); I was under the impression that any integer value used inside a () was
    the limit that data-type would have. In the PRIMARY KEY column I was able to add integer values
    1-18. I'm kinda confused now If I can add 2 digit integers there then what is the point of
    assigning values inside brackets() For the varchar() any number put in there does limit....
  10. Mysql
    (7)
    Hi... One of my hosts hasnīt MySQL but i need to develop a login system so I need to know if itīs
    possible to use a MySQL database intalled in another host... If itīs possible can you explain me how
    to do it? Thanks in advance....
  11. Loading File Into Blob Fields To Mysql
    (1)
    Hi all! does any know how to load file into blob filed by sql script?....
  12. Mysql Database Copying
    (4)
    Is there anyway to merge 2 databases? I have an XOOPS and SMF both installed with Fantastico, and
    the bridge is not working like the Joomla! one does. (with the seperate db capability) i know
    how to transfer all the tables by hand but depending on how much data you have stored in mysql could
    take a long time. Take short time!? Help me!....
  13. Installing Mysql On Unix, Linux
    (2)
    Download the latest version of MySQL.Choose the latest stable release and, from the stable release
    page, choose the option under "Source Downloads" marked "tarball (.tar.gz)". Download the file into
    a directory where files can be created and there is sufficient disk space. A good location is /tmp.
    Change directory to this location using: 1. % cd /tmp Note that the % character
    should not be typed in; this represents the Linux shell prompt and indicates that the command should
    be entered at the shell prompt. 2. Uncompress the package in the new ....
  14. Mysql Tools Database
    Opensource sql tools... (1)
    You can download mysql query web browser on http://www.mysql.com you also can download plugin
    there...like conector mysql from visual basic ,java,etc with my sql query tool browser you can make
    and maintance youre database sql easily because use gUI interface..!!....

    1. Looking for mysql, sql, difference,

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for mysql, sql, difference,

*MORE FROM TRAP17.COM*
advertisement



Mysql And Sql - difference???



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE