syntax for deleting the database in T SQL

Answer Posted / reshu garg

drop <table name>;

Is This Answer Correct ?    4 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do triggers work?

532


How you can get a list of all the table constraints in a database?

507


What is the downside of using udf?

553


What is the name of the system variable that returns the number of rows affected by a SQL statement?

560


How to retrieve field values using mssql_result()?

620






Do you know the capabilities of cursors?

529


What is a print index?

490


What is plan freezing?

575


Mention the uses of stored procedures.

563


How to create new databases with "create database" statements?

560


Explain the first normal form(1nf)?

547


Tell me what is the stuff and how does it differ from the replace function?

533


What is lock escalation and what is its purpose?

550


Do you know how to make remote connection in database?

545


What is dknf in normalization form?

551