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
Why do we use sql limitations? Which constraints can we use while making a database in sql?
Give a example to search fr a string in all stored procedure in sql server.
What are system databases in ms sql server?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
How to create a new table in a given schema?
How do you create type- insensitive operator?
What is optimization and its types?
What is serializable?
How does using a separate hard drive for several database objects improves performance right away?
When I run the sql server 2000 setup, it just hangs. What do I do?
what is dbcc? : Sql server database administration
Can you explain different types of joins?
Delete duplicate rows without using rowid.
What are the differences between DDL, DML and DCL in SQL?
what are database files and filegroups? : Sql server database administration