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 de-normalization in sql database administration? Give examples?
List the data types available in mssql?
What xml support does the sql server extend?
Explain the different types of backups available in sql server? : sql server database administration
Why truncate is ddl?
How to define output parameters in stored procedures?
What is delete query?
How many triggers are possible per table?
How to change the system date and time from SQL Plus Terminal ?
What do you understand by mirroring?
Explain the ways to controlling cursor behavior?
What is a with(nolock)?
Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?
Explain about Joins?
Can a table be created inside a trigger?