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
What is database black box testing?
How do I view a script in sql server?
What are the types of dml?
Can you explain different types of locks in sql server?
Is t sql the same as sql server?
What is the purpose of the tempdb database?
What are the basic features of a trigger in ms sql server?
What is the report builder?
what is a sub-report?
How to modify an existing user defined function?
What are the types of database schema? : sql server analysis services, ssas
Can you force a query to use a specific index?
How many triggers are possible per table?
Define tool Manage Statistics in SQL Server 2000 query ?
Define union, union all, minus, intersect?