-
Notifications
You must be signed in to change notification settings - Fork 22
Idempotence
Jennifer Scheuerell edited this page Mar 3, 2020
·
1 revision
https://en.wikipedia.org/wiki/Idempotence
From wikipedia:
"Idempotence is the property of certain operations in mathematics and computer science whereby they can be applied multiple times without changing the result beyond the initial application."
It is a good goal to write SQL code so that the scripts are idempotent.