=====Overview===== PL/SQL takes a special place for me, because it was the first language which I had to learn all by myself. I found it very interesting and easy to grasp. No inheritance, basic objects and not so complex as the OOP languages which I have experience with: C# and Java. I have created couple PL\SQL programs as you can see below: =====Basics===== - [[plsql_triggers|Triggers]] - [[plsql_bind_varialbes|Parsing & Bind Variables]] - [[plsql_static_dynamic_sql|Static & Dynamic SQL]] - [[plsql_autonomous|Autonomous Transactions]] - [[plsql_debugging|Debugging]] - [[plsql_sql_injection|SQL Injection]] =====Projects===== - [[plsql_fixer|Fixer Project]] - [[plsql_etl_manipulation|ETL Manipulation for DB2]] - [[plsql_insert_email_notifications|E-mail Notifications for Insert]] - [[plsql_rest_api_call|Call RESTful API From Oracle]]