The following syntax shows how to create database...
Syntax :-
In the below example i am creating a database name as myalbum
Now in SQL Server Management Studio as shown below..
Example :-
1. For new Query
2. Write Query to create DB
3. Press F5 or Execute as shown in the figure.
Syntax :-
CREATE database DataBaseName
In the below example i am creating a database name as myalbum
Now in SQL Server Management Studio as shown below..
Example :-
CREATE database myalbum
1. For new Query
2. Write Query to create DB
3. Press F5 or Execute as shown in the figure.
No comments:
Post a Comment