1. Reference to objects: An attribute of a type can be a reference to an object of a specific type, e.g., ref(Person).
2. Reference to tuples: Tuples of a table can also have references to them. E.g., ref(people). It can be implemented using the primary key or tuple-id.
3. SQL-3 uses identity (for tuples) and oid for objects.
