Explain the difference between sql and mysql.



Explain the difference between sql and mysql...

Answer / Nirmala Kushwah

SQL (Structured Query Language) is a standard programming language for managing relational databases. MySQL is an open-source, free Relational Database Management System (RDBMS) that implements SQL. While both are used for database management, there might be slight differences in their syntax and functionality depending on the version or implementation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is the use of desc in sql?

1 Answers  


How do I partition in sql?

1 Answers  


What is difference between pls_integer and integer?

1 Answers  


What is a pragma statement?

1 Answers  


What is native sql query?

1 Answers  


How does a trigger work?

1 Answers  


What is the maximum number of triggers, you can apply on a single table?

1 Answers  


What is the difference between SQL and PLSQL

7 Answers   IBM,


What are the benefits of stored procedures?

1 Answers  


Why is a primary key important?

1 Answers  


What is composite data type in pl sql?

1 Answers  


What are the Restrictions on Cursor Variables?

2 Answers  


Categories