How to create a database in SQL?

SQL

A database is a repository in sql, which can comprise of multiple tables. This will be the command to create a database in sql:

CREATE DATABASE database_name.
       

Advertisements

ads