SQL Server tutorial part 1 - DDL (Data Definition Language) - Create Database
Definition
The CREATE DATABASE statement is used to create a new SQL database.Using Script
Using GUI
- Open Microsoft SQL Management Studio
- Connect to the database engine using database administrator credentials
- Expand the server node
- Right-click Databases and select New Database
- Enter a database name and click OK to create the database
Please donate and support at https://www.paypal.me/Rajcoomar
Comments
Post a Comment