C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
SQL DELETE ALL ROWSThe statement SQL DELETE ALL ROWS is used to delete all rows from the table. If you want to delete all the rows from student table the query would be like, DELETE FROM STUDENT_NAME; Resulting table after using this query:
Next TopicSQL Delete duplicate Rows
|