Thursday, 17 May 2012

How to create a database in sql

how to create a database in sql server

friends today i will tell you how to create a database in sql
you right following code in query editor 
syntax of  creating a database .....
create keyword  database keyword database name 
example of creating a database 
create database Aman
Thank you

No comments:

Post a Comment