It's typical for a Relational Database Management System to use a specific variant of SQL. For example, SQL Server uses Transact-SQL aka T-SQL.
I understand MariaDB is based on MySQL (the RDBMS), and the SQL variant that MySQL uses is apparently itself also called MySQL (according to this question). Should I assume MariaDB also uses the MySQL language?
I have tried several Google searches, but I've found nothing. It's tricky because of the conflation between the RDBMS and the language. Most results are just comparing MariaDB with MySQL (the RDBMS).