A distinct type is a user-defined data type that shares its internal representation with an existing type (its source type), but is considered to be a separate type for most operations. For example, you can define a distinct type called PICTURE and base it on the existing BLOB data type. Then, you can create tables with columns that use the PICTURE data type.
[ Top of Page | Table of Contents | Glossary | Index ]