Next: Querying with Complex Types
Up: Complex Types and Object 
 Previous: Inheritance
 
- 
Reference to objects: An attribute of a type can be a reference to an 
object of a specific type, e.g., ref(Person).
 - 
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.
 -  
SQL-3 uses identity (for tuples) and oid for objects.
 
 
Osmar Zaiane 
Tue Jul  7 15:03:55 PDT 1998