Creating New Database in MYSQL

CREATE DATABASE db_name;
It will create the new database in MYSQL.

Comments

Popular posts from this blog

Physical Representation of MYSQL Tables