How MySQL is different from SQL?

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


Please Help Members By Posting Answers For Below Questions

How do you create a schema?

490


How to rename an existing table in mysql?

529


Can you shard mysql?

491


Why myisam is faster than innodb?

481


Is mysql free download?

470






How do you backup a database in mysql?

573


Explain the different types of constraints?

512


How to make a copy values from one column to another in mysql?

556


How many types of indexes are there in mysql?

473


What is mysql community edition?

506


How to convert character strings to numeric values?

610


Can you tell which of the following where clauses is faster?

437


What is the difference between myisam dynamic and myisam static in mysql?

491


What are the differences between a primary key and foreign key?

559


What is inner join in mysql?

464