syntax for deleting the database in T SQL

Answers were Sorted based on User's Feedback



syntax for deleting the database in T SQL..

Answer / renjusha

drop database <databasename>

Is This Answer Correct ?    15 Yes 1 No

syntax for deleting the database in T SQL..

Answer / arun ashok

Drop Database DB_Name

Is This Answer Correct ?    2 Yes 0 No

syntax for deleting the database in T SQL..

Answer / jinesh

drop database <databasename>

Is This Answer Correct ?    2 Yes 1 No

syntax for deleting the database in T SQL..

Answer / reshu garg

drop <table name>;

Is This Answer Correct ?    4 Yes 11 No

syntax for deleting the database in T SQL..

Answer / kavithareddy

delete databasename

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More SQL Server Interview Questions

What is self contained multi valued query?

0 Answers  


Why do we partition data?

0 Answers  


What to perform pattern match with the like operator?

0 Answers  


What is a periodical index?

0 Answers  


How to get the query of a table in sql server?

0 Answers  






What are the different Authentication modes in SQL Server and how can you change authentication mode?

0 Answers  


What's the difference between a primary key and a unique key?

4 Answers  


Which Model uses the SET concept

0 Answers   Infosys,


How to find 6th highest salary from Employee table ?

10 Answers  


What are the types of normalization?

0 Answers  


How many triggers you can have on a table?

0 Answers  


What is the diff between Static Queries and Dynamic queries give me some examples

2 Answers   CSC,


Categories