
What MySQL Do?
MySQL generates a database for storing and processing data, defining the relationship of each table. Clients can make requests by inputting specific SQL statements into MySQL. The server program will respond with the required information, which will be shown on the client-side. Many database software supports a computer language called “SQL” (commonly pronounced as “sequel”) to make it easier for other programs to access data through them. SQL was created specifically for this reason. Programs that want the database software to handle the low-level work of managing data provide its instructions in that language.

