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
How to delete the repeated records from a table?
What is csv?
What are the disadvantages of mysql?
Why we use mysql workbench?
Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.
What is truncate command?
What is the purpose of using timestamp data type?
Is foreign key indexed mysql?
How to enter Characters as HEX Numbers?
Is mysql open source?
What are the differences between innodb and myisam engines?
Is mysqli faster than mysql?
How do I uninstall mysql connector?
How to check server status with 'mysqladmin'?
What is a session in mysql?