New features in SQL-3 DML
Built-in ops for complex types
- e.g. the typical set methods, array indexing, etc.
- dot notation for tuple types
Operators for reference types
- deref(foo)
- shorthand for deref(foo).bar: foo->bar.
User-defined methods for ADTs.
Support for recursive queries