Postgresql – How to properly delete data from a table and chain the deletion
I'm new to postgreSQL and I'm trying to delete a row from a table and then also delete the relevant data from another table and then the linking table; Im trying to learn while doing so im pretty sure what…