what is the query and condition to delete datas in sql
server.
Answer Posted / gunasekaran
delete from table_name where ( condition )
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is bit data type?
Tell me the difference between clustered and non-clustered index?
How to provide values to user defined function parameters?
Can a rule be bound to any column of any data type?
How would you use user_constraints table in DB?
What is the cartesian product of table?
What is a periodical index?
What is the process of normalization?
Differentiate sql server reporting services vs. Crystal reports?
What are the differences between lost updates and uncommitted dependencies?
you have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem? : Sql server administration
How to create new databases with "create database" statements?
What is the exact numeric data type in sql?
What do you mean by data integrity?
What is a rollup clause?