Computer Science

What is the use of SQL in MySQL ?

Relational Database

1 Like

Answer

All programs and users accessing data within the MySQL database must utilize Structured Query Language (SQL). MySQL is compatible with standard-based SQL, enabling it to understand and process SQL commands efficiently. Additionally, the MySQL server incorporates built-in support for executing SQL statements, allowing users to perform tasks such as checking, optimizing, and repairing tables.

Answered By

1 Like


Related Questions