次の案件でPL/SQLを扱うことになったので、アウトプットとしてブログ化。 ※随時追記する可能性あり PL/SQLとは 非手続き型言語であるSQLを手続き型言語に拡張したもの。 変数や例外処理を扱うことができる。 環境構築 以下のサイト群を参考にした。
PL/SQL stands for Procedural Language extension of SQL. PL/SQL is a combination of SQL along with the procedural features of programming languages. It was developed by Oracle Corporation in the early ...