Home » MariaDB Create Datatabase

MariaDB Create Datatabase

by Online Tutorials Library

Create Database

Create a database named “Products”.

Syntax:

Example:

Mariadb Create database 1


Show Database

SHOW DATABASES command is used to see the databases we have created.

Syntax:

Output:

Mariadb Create database 2

You can see the created database “Products”.

You may also like