What command is used to create a database in the sql server and how?



What command is used to create a database in the sql server and how?..

Answer / Ankur Kumar

To create a database in SQL Server, you can use the CREATE DATABASE command. Here's an example: CREATE DATABASE MyDatabase; This command creates a new database named 'MyDatabase'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

whate is advantages of sql server 2000

0 Answers  


How to declare and use cursor variables?

1 Answers  


What is query optimization process?

1 Answers  


What stored by the tempdb ? : sql server database administration

1 Answers  


Write a sql query to display the current date?

1 Answers  


write query for fourth maximum salary from employee table

14 Answers   Mind Tree, SP Software,


Why use sub query in sql server and list out types of sub queries?

1 Answers  


Explain primary key and foreign key constraints?

1 Answers  


What is rtm version in sql server?

1 Answers  


What are system databases into sql server (2005/2008) : sql server database administration

1 Answers  


You want to implement the one-to-many relationship while designing tables. How would you do it?

1 Answers  


What is the temp table?

1 Answers  


Categories