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
How do you migrate data from mssql server to azure?
What are the operating modes in which database mirroring runs?
How check triggers in sql server?
Why do we use stored procedures in sql server?
How many categories of data types used by sql server?
Is truncate autocommit?
What is a field name?
How can you insert null values in a column while inserting the data?
What is built-in function?
What are the requirements for sql server 2016?
How to make a remote connection in a database?
why would you call update statistics? : Sql server database administration
How to integrate the ssrs reports in application?
Explain what is dbcc?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?