SQL:2003 allows UDTs to participate in a subtype/supertype hierarchy using the UNDER
clause. A type can have more than one subtype but currently only one supertype (that is,
multiple inheritance is not supported). A subtype inherits all the attributes and behavior
(methods) of its supertype and it can define additional attributes and methods like any
other UDT and it can override inherited methods.