write down the code for "how we delete a table without
using of Drop command " ?

Answer Posted / bhagwat sharma

table delete only by
drop table (tablename)

if you want do delete all data from table than you wil use
command

truncate table (tablename)

this command don't delete table delete only table data ok

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a heap?

627


What is coalesce in sql server?

545


Explain the disadvantages/limitation of the cursor?

568


What is mean by dml?

547


Explain what is the main purpose of having conversation group?

534






How do I edit a stored procedure in sql server?

516


How to reaname table name without using sp_Rename in sql server..?

537


Explain database normalization?

651


Name three of the features managed by the surface area configuration tool? : sql server security

518


Describe in brief databases and sql server databases architecture.

536


Explain what is public role in sql server?

595


What are constraints in microsoft sql server?

572


How to add a new dsn with the odbc driver for sql server?

565


How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?

2128


What are the instances when triggers are appropriate?

531