MariaDB is an open-source relational database management system (RDBMS) that is a highly compatible drop-in replacement of MySQL.
What Will You Learn?
MariaDB Basics - This MariaDB basics section helps you learn how to query data from tables, manage databases and tables.
MariaDB Views - In this tutorial, you will learn about MariaDB views and their advantages including simplicity, consistency, and security.
MariaDB Triggers - In this tutorial, you will learn about MariaDB triggers and the main differences between triggers and stored procedures.
MariaDB Indexes - This section teaches you about MariaDB indexes including creating new indexes, removing existing indexes, and listing all indexes in the database.
MariaDB Aggregate Functions - This section introduces you to the most commonly used MariaDB aggregate functions including avg(), count(), max(), min(), and sum().