Darshan Hiranandani : How to Properly Delete a Row from a Database?

Hi everyone,

I need some advice on how to delete a specific row from a database. I’m working with [your database type, e.g., MySQL/PostgreSQL], and I want to delete a row based on certain conditions (e.g., based on the ID or another unique value). What’s the best approach to do this safely, ensuring no other data is accidentally affected?

Are there any best practices I should be aware of when deleting data?

Looking forward to your suggestions!

Thanks in advance!
Regards
Darshan Hiranandani

Hey @darshanhiranandani23 :wave:

Just to make sure I understood you correctly: are you asking how to delete rows in Baserow based on specific conditions?