write down the code for "how we delete a table without
using of Drop command " ?
Answer Posted / jansi
delete from tablename
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
Do you know what is a linked server in sql server?
how to create “alternate row colour”?
Explain the concepts and capabilities of sql server?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
How to test values returned by a subquery with the in operator?
What happens if null values are involved in comparison operations?
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
What are the new security features added in sql server 2012? : sql server security
what is a transaction? : Sql server database administration
How to use copy and concatenate commands in SQL?
What is difference between cte and view?
What is similarity and difference between truncate and delete in sql?
When would you use sql joins?
What are key constraints?
What are the purposes of floor and sign functions?