
Use SQL User-defined Types for more consistency in your database
So you’d like more consistency in your database? Try SQL User-Defined Types (UDT). The concept is simple. You essentially create a new, custom type based upon an existing type but with predefined properties.
SQL

