MindStick Q&A
Activity
Questions
Unanswered
Tags
Category
Users
About
Login
SignUp
How to create database in sql server using query
Asked
6 years ago
Viewed
998
times
Ask Question
0
How to create database in sql server using query
technology conferences
asked by
Anonymous User
in
technology
Add comment
1 Answer
0
“Create a database in SQL Server using query statement”
Syntax :
Create database databaseName;
For Example :
Create database myDatabase;
"Thanks!!! for Reading"
answered
6 years ago
by
Arti Mishra
Add comment
Your Answer
Post Answer
×
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !