Answer Posted / Ankita Tiwari
To delete all rows from a table in PostgreSQL, you can use the DELETE statement without providing a WHERE clause. Here's an example: `DELETE FROM your_table_name;`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers