Defining tables with UDTs
After you have defined several user-defined types (UDTs), you can start defining tables with columns whose types are UDTs.
- Example: Sales
Suppose that you want to define tables to keep your company's sales in different countries.
- Example: Application forms
Suppose that define a table to keep the forms that are filled out by applicants.
Parent topic:
User-defined distinct types