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 difference between inner join and full join?
can an order by clause be used in a creation of a view?
What languages bi uses to achieve the goal?
What is the difference between stored procedure and user defined functions?
Which joins are sql server default?
What are triggers? How do you invoke a trigger on demand?
How to locate and take substrings with charindex() and substring() functions?
How can I create a report based on a query? : sql server management studio
What is SQL Azure Fabric?
What are the types of database schema? : sql server analysis services, ssas
how can you attach more than 20 ldf files in sql server
What is Federation Root Database?
How do I open a .db file?
How you can find out if an index is useful to the optimizer?
How to select some specific columns from a table in a query in ms sql server?