Answers

Question and Answer:

  Home  SQL and PL/SQL

⟩ The Delete Statements in SQL.

DELETE FROM table_name WHERE column_name = some_value

Delete All Rows:

DELETE FROM table_name or DELETE * FROM table_name

 144 views

More Questions for you: