How to Create database using SQL

To create database just write the following command.
CREATE DATABASE crazy;
Here crazy is your database name.

No comments:

Post a Comment