Using SQL for Complex Business Logic Is a Bad Idea 2 – Resilient Software and PL/SQL
All of the code between the BEGIN and END was just plain SQL with no error or exception handling at all. Having so many inserts, updates, deletes, and joins is really an accident just waiting to happen. Initially, the developers were delighted that their code was experiencing no errors. One could even see a little […]
Read More