What is delete query?



What is delete query?..

Answer / Chhaya Rani

A DELETE statement in SQL Server removes rows from a table based on specified conditions. The basic syntax is 'DELETE FROM [table_name] WHERE [conditions]'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Explain what are the restrictions that views have to follow? : SQL Server Architecture

1 Answers  


What is the difference between mysql and sql server?

1 Answers  


What are security principals used in sql server 2005?

1 Answers  


What is a sql join?

1 Answers  


How to create function with parameter in sql server?

1 Answers  


When we should use @@error?

1 Answers  


What are the difficulties faced in cube development? : sql server analysis services, ssas

1 Answers  


Create and insert into temp table in sql server?

1 Answers  


What is the maximum number of instances in 32 bit and 64 bit sql server 2012?

1 Answers  


What are .mdf files?

1 Answers  


What is sorting and what is the difference between sorting and clustered indexes?

1 Answers  


wat is mean by trigger?.......normally wat use......when trigger used in sql........... plz cleary say with example.......

2 Answers   TCS, Wipro,


Categories