Tagged Questions
16
votes
12answers
2k views
Hidden features of PL/SQL
In light of the "Hidden features of..." series of questions, what little-known features of PL/SQL have become useful to you?
Edit: Features specific to PL/SQL are preferred over features of Oracle's ...
3
votes
4answers
264 views
Is there a “Code Coverage” equivalent for SQL databases?
I have a database with many tables that get used, and many tables that are no longer used. While I could sort through each table manually to see if they are still in use, that would be a cumbersome ...