How MySQL is different from SQL?
Answers were Sorted based on User's Feedback
Answer / mangalesh
plz dont play users (fresher or doubt - Person) knowledge.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / chitra
Mysql is open source and Sql is not open source.Mysql is an
interpreter of Sql but sql is a common language.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vimal
Ya ! MySQL is an opensource database but SQL is an microsoft
product..
Is This Answer Correct ? | 12 Yes | 12 No |
Answer / thapa
1:sql is Microsoft product and not a open source product but
mysql is an open source product ie it also provide you
source code.
2:sql can't run on linux platform however mysql can run on
windows as well as on linux.
Is This Answer Correct ? | 3 Yes | 5 No |
Answer / mathew menalish
SQL- structure query language, micro soft product..
MYSQL- database package.. opensource database which can be available anytime..... no cost of development process..
good for small application...
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / ashok kumar
In MySQL there is two letter extra "MY" but it was not in SQL
Is This Answer Correct ? | 7 Yes | 62 No |
What are mysql queries?
How to update info already in a table and delete a row(s) from a table.
How to create a table?
How to convert character strings to numeric values?
What is a csv table?
What is “i_am_a_dump” flag in mysql?
What are the differences between char and nchar?
What is slow query log in mysql?
How do I connect to a mysql database?
Explain federated tables?
How to use rank function in mysql?
Write a query to display current date and time?