Choose the correct statement:
a. A User-Defined Type (UDT) in SQL can be the type of a table
b. A UDT can be the type of an attribute belonging to some table
c. The form of UDT definition is: CREATE TYPE T AS (<primitive type | attribute declarations>)
d. All of the others
Answer: D