How do you delete data from a table?



How do you delete data from a table?..

Answer / Hari Krishna Verma

In SQL and PL/SQL, you can use the DELETE statement to remove data from a table. Here's an example: DELETE FROM your_table WHERE condition; Replace 'your_table' with the name of your table and the 'condition' with the criteria for the rows you want to delete.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How many primary keys can a table have?

1 Answers  


Why is sql important?

1 Answers  


How do you handle exceptions. Give the syntax for it?

1 Answers   BCL, Microsoft,


How does left join work in sql?

1 Answers  


What are the benefits of using PL/SQL packages?

3 Answers  


What is the difference between anonymous block and named blocks?

3 Answers  


Difference between views and materialized views?

5 Answers   BirlaSoft,


What operators deal with null?

1 Answers  


What are inner and outer joins examples of both?

1 Answers  


How to check if a column is nullable before setting to nullable?

1 Answers  


counting the no.of characters occurs in a string by using pl/sql function

1 Answers   TCS,


What is equi join in sql?

1 Answers  


Categories