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
How fixed length strings are truncated and padded?
What stored by the tempdb ? : sql server database administration
‘Order by’ is not allowed in a view how can you sort information from a view?
What do you understand by the data quality services in sql server?
What is an execution plan? How would you view the execution plan?
What is de-normalization in sql database administration? Give examples?
How does a profiler work?
List types of tables in SQL Azure?
What is the difference between ddl and dml?
what's sql server? : Sql server database administration
What is after dml trigger?
What is merge?
What is the most common type of join?
How to create a store procedure with encryption?
Is sql server implemented as a service or an application? : Sql server database administration