what is the purpose of using MySQL???
Answers
Answered by
37
MySQL is a free, open source Relational Database Management System (RDBMS) that uses structured query language(SQL). In a MySQL database, information is stored in Tables. A single MySQL database can contain many tables at ones and store thousands of individual records.
Answered by
8
Answer:
MySQL is a relational database management system based on SQL – Structured Query Language. ... The most common use for mySQL however, is for the purpose of a web database. It can be used to store anything from a single record of information to an entire inventory of available products for an online store.
Similar questions