MySQL Create DB

MySQL CREATE DATABASE Statement


The CREATE DATABASE statement in MySQL is used to create a new database where tables and other database objects can be stored.


Syntax


CREATE DATABASE database_name;


  • database_name is the name of the new database.


CREATE DATABASE Example


Create a database named school_db:


Example
CREATE DATABASE school_db;

Whereisstuff is simple learing platform for beginer to advance level to improve there skills in technologies.we will provide all material free of cost.you can write a code in runkit workspace and we provide some extrac features also, you agree to have read and accepted our terms of use, cookie and privacy policy.
© Copyright 2024 www.whereisstuff.com. All rights reserved. Developed by whereisstuff Tech.