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 do you understand by triggers?
What is change data capture (cdc) in sql server 2008?
How to see existing views in ms sql server?
What to check if a User database is locked?
What are the new features in sql server 2016?
What is the report builder?
Write a program using SQL queries to find a unique entry in a table.
What are various ways to enhance the ssrs report?
When to use null data driven subscription?
Give me any three differences between Truncate and Delete.
Can we shrink data file in sql server?
Explain features of analysis services?
What is difference between inner join and join?
What are the restrictions that views have to follow? : SQL Server Architecture
What the different components of Replication and what is their use?