5

PL/SQL is one of my primaries at work.

Does not have an official "multidimensional array" per-say. Instead you define anonymous tables types and point it at a different "record" type to define the structure. Then you can make a table of that table indexed by string/number/record/etc. It's all tables. Tables of tables of tables.

Reading it can be wild.

Comments
  • 1
    It's a relational database.

    But yes... PL / SQL and some of the newer SQL standard stuff (CTE / Recursion / ...) can lead to very interesting brain farts.

    XD
Add Comment