What is different between sql and mysql?



What is different between sql and mysql?..

Answer / Abhishek Singh

SQL (Structured Query Language) is a language used to communicate with databases, while MySQL is an open-source relational database management system that uses SQL. In other words, MySQL is a specific implementation of SQL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Why do we use group by and order by function in mysql?

1 Answers  


I have two sql database at different PC.how can link b/w database and database tables.

2 Answers  


What is mysql connection limit?

1 Answers  


What are the 'mysql' command line options?

1 Answers  


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

1 Answers  


What is a trigger in mysql?

1 Answers  


How do I kill a mysql query?

1 Answers  


What is mysql server?

1 Answers  


Why is mysql used?

1 Answers  


What is diff b/w MYISAM and INNODB storage engine. and also define the benifits and drawbacks of both storage engine

1 Answers  


How can we find out which auto increment was assigned on Last insert?

1 Answers  


Where does mysql store data?

1 Answers  


Categories