Lesson 14. Creating and Modifying Tables

In this lesson, you learn how to use the SQL commands for managing tables and databases in MariaDB. This subset of SQL is known as the Data Definition Language.

Before we look at how tables are managed in MariaDB, we should examine the command set that is used to create databases on a MariaDB server.

Previous Page Next Page