MariaDB – Useful Resources The following resources contain additional information on MariaDB. Please use them to get more in-depth knowledge on this. Useful Links on MariaDB − Official Website of MariaDB − Wikipedia Reference for MariaDB Useful Books on MariaDB To enlist your site on this page, please drop an email to contact@tutorialspoint.com Khóa học […]
Category Archives: mariadb
Discuss MariaDB MariaDB is a fork of the MySQL relational database management system. The original developers of MySQL created MariaDB after concerns raised by Oracle”s acquisition of MySQL. This tutorial will provide a quick introduction to MariaDB, and aid you in achieving a high level of comfort with MariaDB programming and administration. Khóa học lập […]
MariaDB – Create Tables In this chapter, we will learn how to create tables. Before creating a table, first determine its name, field names, and field definitions. Following is the general syntax for table creation − CREATE TABLE table_name (column_name column_type); Review the command applied to creating a table in the PRODUCTS database − databaseproducts_ […]