I need to delete a tuple from my table only if there are no other tables that reference this tuple. How can I find all foreign key to my tuple if i don't know how many tables reference my table?
Thanks in advance
I need to delete a tuple from my table only if there are no other tables that reference this tuple. How can I find all foreign key to my tuple if i don't know how many tables reference my table?
Thanks in advance