What is the difference between mysql and sql?



What is the difference between mysql and sql?..

Answer / Veenesh Kumari

MySQL is an open-source relational database management system (RDBMS) that uses SQL (Structured Query Language) to manipulate data. SQL, on the other hand, is a language used for querying and manipulating data in various types of databases, not just MySQL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.

1 Answers  


How do I grant privileges to a user in mysql phpmyadmin?

1 Answers  


What is the difference between mysql_connect and mysqli_connect?

1 Answers  


What is the difference between mysql_connect() and mysql_pconnect()?

7 Answers   TCS,


How do I get a list of table names in mysql?

1 Answers  


Explain TIMESTAMP DEFAULT ?2006:09:02 17:38:44′ ON UPDATE CURRENT_TIMESTAMP.

1 Answers  


Describe mysql transaction properties.

1 Answers  


Fname Lname City Pin ramesh kumar salem 365241 Query to generate a code having the firstletter of Fname,Lname & 3letter of city Last 3letter of pin,all in capital letters

3 Answers  


How many tables will create when we create table, what are they?

5 Answers  


What is back end and front end?

1 Answers  


Is mysqli secure?

1 Answers  


in a master-master replication with two masters and alternate slaves running on two systems.can i have a script or any mysql command to know which one is right now acting as master.

1 Answers  


Categories