How MySQL is different from SQL?
Answers were Sorted based on User's Feedback
Answer / antu
if u don't know the correct answer then plz no need for any
answer..
Don't misguide anyone..
Is This Answer Correct ? | 52 Yes | 7 No |
Answer / nazia
SQL (Structure Query Language) is a language that helps one
to manipulate the data in a database by its
SELECT,UPDATE,DELETE etc commands.Whereas MySQL is a
database server which houses database on which sql queries
are run.....
SQL can be used with various other db packages apart from
mysql so therz nothing similar about both ,each one serves
a diff purpose
Is This Answer Correct ? | 28 Yes | 0 No |
Answer / sudhagar
if u don't know the correct answer then plz no need for any
answer..
Don't misguide anyone..
Please don't say incorrect answer........
Is This Answer Correct ? | 30 Yes | 5 No |
Answer / himanshu patel
SQL is stand for Structured Query Language, while My SQL is
Open Source Database Package.
SQL is used for Handling i.e(Data Retrieval, Data Deletion,
Data Modification) data which are stored in Mysql Database
Engine in the form of Tables, field(Rows) , Tupples (Columns).
Is This Answer Correct ? | 19 Yes | 0 No |
Answer / antu
SQL is structural quary language but mysql is database package.
Is This Answer Correct ? | 22 Yes | 7 No |
Answer / badshah
dont write stupid answers........
Keep the mouth shut if u dont know the answer instead of
misguiding others.
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / prashanth
SQL is short for Structured Query Language, and MySQL is a
database management system, like SQL Server 2005, Oracle.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / neelam praveen
SQL is the structured query language which is used as Data
Definition Language, Data Manipulation Language FOR Database
Like Oracle, MySQL, PostGre SQL etc.
So, SQL is an interface between Users and Databases like
MySQL,Oracle etc.
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / anuj maheshwari
there is no more difference in sql and mysql except syntex.
actually all most syntex is same. in mysql there is some
features which is seen like easy to understandable.
Is This Answer Correct ? | 13 Yes | 11 No |
Answer / dinesh kumar
Sql is the regular RDBMS and depends on which database u are
using like
TSQL for microsoft
PLSQL for oracle and
MSSQL is for IBM databases
means this MSSQL is the RDBMS which is used to work with IBM
database.
MYSQL is the type of RDBMS and SQL is the main language for
retrieveing the data.
Is This Answer Correct ? | 4 Yes | 2 No |
How do I start mysql in ubuntu?
What is mysql gpl?
How to calculate the difference between two dates?
What are aggregate functions in mysql?
How do you create a primary key?
What is localhost in mysql?
How many threads can mysql handle?
How can we find the number of rows in a table using MySQL?
What is blob in mysql?
How to do login in mysql with unix shell.
Explain the difference between mysql and mysql interfaces in php?
How do I optimize a selected query in mysql?