Lesson 14. Creating and Modifying TablesIn 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. |