facebook youtube pinterest twitter reddit whatsapp instagram

MySQL and MariaDB

MySQL or MariaDB are one of the most popular open-source relational databases that give you the ability to create one or more database tables, each of which contains records or rows, on this page, you'll learn plentiful of stuff about MySQL or MariaDB.
  • Inserting Data in MySQL and MariaDB

    In this guide, you'll learn how to insert data into your MySQL or MariDB databases, the insertion is similar for both MySQL and MariaDB RDBM (Relational Database Management System), so you are good.

  • User	Accounts	and Privileges In MariaDB

    User Accounts and Privileges In MariaDB

    In this guide, we would look at various ways you can manage user's accounts and privileges in mariadb, If you are new to mariadb, you can read the following guide to follow the progression right fro

  • List of Functions and Practical Uses In MariaDB

    List of Functions and Practical Uses In MariaDB

    MariaDB comes bundled with a lot of built-in functions that can be used to manipulate data within a column. If you are new to mariadb, you can read the following guide, doing this would help you und

  • Guide To Selecting Data In MariaDB

    Guide To Selecting Data In MariaDB

    In this guide, we would look at various ways you can select data in mariadb. If you are new to mariadb, you can read the following guide, doing this would help you understand the select statement eve

  • Guide To Updating and Deleting Data In MariaDB

    Guide To Updating and Deleting Data In MariaDB

    In this guide, we would look at various ways you can update and delete data in mariadb. If you are new to mariadb, you can read the following guide to follow the progression right from the start. In

  • Joining and Subquerying Data (MariaDB)

    Joining and Subquerying Data (MariaDB)

    In this guide, we would look at various ways you can join and subquery data in mariadb. If you are new to mariadb, you can read the following guide to follow the progression right from the start. In

  • Altering MariaDB Tables

    Altering MariaDB Tables

    In our last guide, we dive deep into creating databases and tables. In this guide, we would discuss altering and manipulating the data, well, you can get the full structure of your table in a go, so

  • Indexes In MariaDB

    Indexes In MariaDB

    IF you are new to mariadb or mysql, you might want to take a sneak peek at the Introduction To MariaDB, I covered a couple of interesting concept in that post. Also, I wrote a guide on: Creating Dat

  • Guide To Understanding INSERT Statement (MariaDB)

    Guide To Understanding INSERT Statement (MariaDB)

    So far, we've covered a couple of topics on mariadb, if you want to follow the progress, here are the guides: Introduction To MariaDB [MariaDB] Guide To Creating Databases and Tables Altering MariaD

  • Introduction To MariaDB

    Introduction To MariaDB

    A database is a structured collection of records or data stored in a computer server and organized in such a way that it can be quickly searched and information can be rapidly retrieved with very min

  • [MariaDB] Guide To Creating Databases and Tables

    [MariaDB] Guide To Creating Databases and Tables

    IF you are new to mariadb or mysql, you might want to take a sneak peek at the Introduction To MariaDB, I covered a couple of interesting concept in that post. In this guide, you'll learn how to cre