performing direct table/record comparisons
I'm working with our Developers and the question is coming up as to whether we can perform perform direct table/record comparisons like what is described in the below article.
Steven Feuerstein writes on
http://www.oracle.com/technology/oramag/oracle/03-sep/o53plsql.html
> Comparing Collections
>
> When I first started training developers on PL/SQL in the late 1990s, few people were using (or were even aware of) packages, which many (myself included) consider to be the cornerstone of any well-designed PL/SQL application. Today, packages are widely used. Now, the new frontier of critical but underutilized PL/SQL features seems to be the use of collections.