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

How ssrs maintain security?

0 Answers  


What are ddl triggers and types of ddl trigger?

0 Answers  


Write a code to select distinct records without using the DISTINCT keyword.

0 Answers   Aspiring Minds,


What is the most common type of join?

0 Answers  


difference between select column name from table name where serviceid=2; and select max(column name) from table name where serviceid=2; IN ORACLE

3 Answers   Intel, Wipro,






What is a trigger and its types?

0 Answers  


I have a table in which phno is one of the columns.i do have some values in tht phno column.i need to update phno column values with 0(zero) as prefix.give me a correct solution plz...

7 Answers   Value Labs,


What is schemabinding a view?

0 Answers  


What happens if an integer is too big for int date type?

0 Answers  


Can we execute a stored procedure inside a trigger?

6 Answers   BirlaSoft, CarrizalSoft Technologies, United Healthcare,


What are the restraints imposed on the table design by a merge replication?

0 Answers  


What is the use of “join” in sql server?

0 Answers  


Categories