MySQL

MySQL is a relational database management system, it is open source software. It is considered as the most used open source database in the world.

Is one of the most popular systems for storing and managing data . With manage we mean CRUD actions:

  • Create: create

  • Read: read

  • Update: update

  • Delete: delete

Guide

Last updated