Answer Posted / 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 |
Post New Answer View All Answers
What are the differences between binary and varbinary?
explain GROUPBY & HAVING clause with examples.
How database are managed?
What is triggers and how it can be used in mysql?
How do I view a mysql database?
Write command to import an mysql file?
What are mysql functions?
Write a query to display even rows in student table using mysql?
What is mysql database used for?
Explain what is mysql?
Write a query to stop mysql in unix
What is root password?
What is the datatype of image in mysql?
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.
How to run 'mysql' commands from a batch file?