MariaDB Question:

Download Job Interview Questions and Answers PDF

Tell me how to create database in MariaDB?

MariaDB Interview Question
MariaDB Interview Question

Answer:

CREATE DATBASE command is used to create database in MariaDB.

Syntax:

CREATE DATABASE Database_name;

Download MariaDB Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me how to retrieve records from a table in MongoDB database?How to uninstall Mariadb On Osx?