SQLServer CREATE Database
A database is created with the following SQL command:
CREATE DATABASE myDatabase;
This would create an empty database named myDatabase where you can create tables
CREATE DATABASE myDatabase;
In this page (written and validated by A. Gawali) you learned about SQLServer CREATE Database . What's Next? If you are interested in completing SQLServer tutorial, your next topic will be learning about: SQLServer CREATE TABLE.
Share On: |