Most everyone’s familiar with dynamic SQL: you construct and execute a query or update at runtime. But did you know that you can also execute dynamic PL/SQL? Construct and execute an anonymous block at runtime….how cool is that? In this Feuertip, Steven offers some tips on how to best get our dynamic PL/SQL challenges met.