Hi,
is there a way to delete a relation only if it exists in the table? If not, Whats the best approach when deleting a relation in a table:
- Check if the relation exists. If it does then delete. (2 operations)
- Delete and catch the error if it didnt exist. (1 operation)
Thanks