CREATE DATABASE Statement- Tutorial
Friday, June 26 2015
CREATE DATABASE Statement: Overview Within many relational database management systems, the CREATE DATABASE statement is used to create the database. The core SQL of the statement is shown below. CREATE DATABASE database_name In this statement, the “database_name” parameter is the name you want to give to the database. Note that while most versions
No Comments