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 |
Can you tell the difference between ereg_replace() and eregi_replace()?
Which command is used to view the content of the table in mysql?
How MySQL Optimizes DISTINCT?
How do I download mysql on my laptop?
What is view in mysql?
What are the differences between char and nchar?
What is the difference between mysql_fetch_assoc and mysql_fetch_array?
What is the use of count function in mysql?
How to convert character strings to dates?
How to update database permissions/privilages.
Table A has 5 rows and table B has 0 rows Cartesian join on A,B will have----rows
Is it possible to update a table value with out using update command?. if yes what is the reason, if no what is the reason?.