write down the code for "how we delete a table without
using of Drop command " ?
Answer Posted / bru medishetty
DELETE FROM TABLENAME
| Is This Answer Correct ? | 7 Yes | 20 No |
Post New Answer View All Answers
What is filestream?
Which autogrowth database setting is good?
Sql studio em braces a variety of capabilities, but will I need them all? Is there a simpler product ? : sql server management studio
How is table type constraint applied to a table?
What is subquery? Explain the properties of a subquery?
How to add code to the existing article (using improve article)?
What is Replication?
What is dbcc? Give few examples.
Explain the collation?
What do you mean by tablesample?
A trigger can reference objects outside the current database? State true or false.
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
How do you Implement SSIS Packages in your Project?
How do I setup a sql server database?
What is bulkcopy in sql?