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 field with example?
What is dbcc command in sql server?
Equi join and non equi join is possible with sql server?
What is log cache in sql server?
how we use window authentication connection with sql server.?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
What does indexation mean?
How many levels of sp nesting are possible?
Mention a few common trace flags used with sql server?
What is the function of inner join?
What is an identity column in insert statements?
How to see existing views in ms sql server?
Describe in brief sql server monitoring ways.
How is a full-text index updated?
How to convert numeric expression data types using the cast() function?