What is Database in SQL Server ?
A database is an information store where all information is managed very well as a result data can be accessed, managed and updated easily.Database Creation in SQL Server
Creating database in SQL is very easy. Using this code you can easily create database in SQLSyntax: Create Database [DatabaseName]
Example: Create Database ProductDB
You can watch this video tutorial to understand the whole Article