How to protect the data integrity? You can simply use multiple layers of data integrity validations. Do not rely on the single user interface. Create validations on front-ends, back-ends, network communications, and databases. If that is not an option, then you have to at-least use database-level constraints.
P
121
Programming
Notes, ideas and advises related to programming collected from my readings for blog posts, articles and books