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 create a new view in mysql?
What is ddl, dml, and dcl?
What is the difference between truncate and delete in mysql?
How important is to list the column names when doing an insert?
How do I run a query in mysql?
How can you change the name of any existing table by using the sql statement?
How do I create a mysql username and password?
How do I enable mysqli extension?
What is difference between group by and order by clause?
Transactions are used to treat sets of SQL statements atomically. State Whether True or False?
why not null is not allowed at table level
How do I insert an image into mysql workbench?
Is there a free mysql?
What is the use of concat() in mysql?
What is blob and text in mysql?