HeidiSQL, hands on
You already wrote SQL in sql-from-zero and queried from Lua in oxmysql-crud. Those lessons talked to the database through code. This one opens the same database with your own eyes. HeidiSQL is the free GUI that lets you connect to MariaDB, create databases, run a resource's schema file, and stare straight at the rows a script saved. By the end you will open a session, create a fivem database, run a .sql, and watch a players table fill up with the exact data your server wrote.