It would be nice to know when the database was last updated. A table could be added, which would contain a timestamp of the last successful update; the table would only be written to at the very end of program execution, to ensure completion.
Alternatively, a trigger could be used, but I'm not sure what the trigger condition would entail.
It would be nice to know when the database was last updated. A table could be added, which would contain a timestamp of the last successful update; the table would only be written to at the very end of program execution, to ensure completion.
Alternatively, a trigger could be used, but I'm not sure what the trigger condition would entail.