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
How to get the definition of a stored procedure back?
What is a self join in sql server?
List down some advantages of sql stored procedure?
Do you know what is difference between index seek vs. Index scan?
What is the temp table?
Does server sql treat char as a variable-length or fixed-length column?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
Difference between drill down and drill through report.
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
How real and float literal values are rounded?
What is a result set object returned by mssql_query()?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
What is the status of services on passive node for failover cluster in sql server? : sql server database administration
What are the restraints imposed on the table design by a merge replication?
How to create function without parameter in sql server?