#100CodeExamples
#100CodeExamples – Constants in PL/SQL and SQL
Constants help us lazy devs in many ways, reduce the likelyness of unnoticed typos and prevent a given value from changing.
While PL/SQL supports them, it’s a bit tricky to get them into SQL.