Wednesday, August 17, 2016

Lession 1: Create Database in SQL Server 2014

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 SQL

Syntax: Create Database [DatabaseName]
Example: Create Database ProductDB

You can watch this video tutorial to understand the whole Article