tables
And If I insert some values in table A at that time I have to update who inserted that value in table B
So after inserting in table A and when the code tries to update in table B at that moment something happens like network disruption or server issues my code couldn’t insert the value in table B
But there’s still values in table A
But there’s no value in table B
How to handle cases like this ?
Using transactions like other databases?
It only has transaction for single table
Обсуждают сегодня