The SQL CREATE DATABASE statement is the SQL command that adds a new database. A database is the outer container for other SQL objects: tables, columns, views, indexes, etc.
Anytime you want to start a new database. For example, you may want to start a new project to integrate customer information and so create a database called CUSTOMER_DB.
The SQL CREATE DATABASE statement is used as follows.
SQL CREATE DATABASE Statement Syntax
SQL CREATE DATABASE Statement Example
The following example creates a new database named CUSTOMER_DB.
Advertisements:
Infogoal.com is organized to help you gain mastery.
Examples may be simplified to facilitate learning.
Content is reviewed for errors but is not warranted to be 100% correct.
In order to use this site, you must read and agree to the
terms of use, privacy policy and cookie policy.
Copyright 2006-2020 by Infogoal, LLC. All Rights Reserved.