Answer Posted / Man Mohit Mayank
MySQL is an open-source relational database management system (RDBMS) that uses SQL (Structured Query Language) to interact with databases. It stores data in tables, which consist of rows and columns. When a query is issued, the MySQL server processes it and returns the result. Underneath, it maintains the data in tables using various storage engines, such as MyISAM or InnoDB.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers