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 is mysqli_free_result?
What are the functions of commit and rollback statements?
How do I download mysql on my laptop?
Does uninstalling mysql delete database?
How to display odd rows in student table in mysql?
What happens when the column is set to AUTO INCREMENT and if you reach maximum value in the table?
What is truncate command?
How do I change the max connections in mysql?
What is row?
How many concurrent queries can mysql handle?
How to create and drop view in mysql?
What is a trigger? How you can create a trigger in mysql?
What is mysql_connect?
What does do in mysql?
What is auto increment in mysql?