How delete all records from table in sql?



How delete all records from table in sql?..

Answer / Rahul Rao

To delete all records from a table in SQL, you can use the DELETE command without specifying any conditions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Can instead of triggers be used to fire once for each statement on a view?

1 Answers  


What is difference between a PROCEDURE & FUNCTION ?

6 Answers   Satyam,


What is the difference between the Primary and Foreign key?

7 Answers   Cap Gemini,


How do I make sql search faster?

1 Answers  


Show how functions and procedures are called in a pl/sql block.

1 Answers  


What language is oracle sql developer?

1 Answers  


What is the syntax to add a record to a table?

1 Answers  


Which tcp/ip port does sql server run?

1 Answers  


How do I view a view in sql?

1 Answers  


why we use nocopy?

2 Answers   Polaris,


What can be a size of a pl/sql block? Is there any limit?

2 Answers  


What is a heap in sql?

1 Answers  


Categories