write down the code for "how we delete a table without
using of Drop command " ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sachin tendulkar
Can not be deleted without using DROP key word.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / krishna
without using drop command u cant delete table .truncate is
only for delete the data parminently with out commit.where
as delete only for records deleting with commit
statement.once u commit for delete stmt it cant rollback.
Is This Answer Correct ? | 4 Yes | 1 No |
Explain different types of lock modes in sql server 2000?
How do you read transaction logs
What’s the use of custom fields in report?
What are group functions in query statements in ms sql server?
What do you mean by SQL injection attack?
What is the maximum size of a row in sql server?
What are the tables in sql?
What are tables in sql server?
Give me any three differences between Truncate and Delete.
How does index makes search faster?
What is the difference between DATETIME2 and DATETIME?
Explain the different index configurations a table can have?