Answers

Question and Answer:

  Home  MariaDB

⟩ Explain me how to create a table in MariaDB's database?

First, you have to create a database in MariaDB follows by selecting the database and then create a table by using CREATE TABLE statement.

Syntax:

CREATE TABLE table_name (column_name column_type);

 126 views

More Questions for you: