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
what is isolation level at dead lock?
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
What are the types of subscriptions in SQL Server replication?
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
What are data driven subscriptions?
Is sql server difficult to learn?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
What is 2nf in normalization?
How to get a list of columns using the "sys.columns" view in ms sql server?
What are the basic features of a trigger in ms sql server?
Explain about Views?
What is 1nf 2nf?
What specific conditions database should meet, before you can bulk copy data into it using bcp?
What is difference between stored procedure and user defined function?
What is difference between count (*) and count 1?