Showing posts with label Create User Defined Data Type in SQL SERVER. Show all posts
Showing posts with label Create User Defined Data Type in SQL SERVER. Show all posts

Sunday, 22 April 2012

Create User Defined Data Type in SQL SERVER

Written By:- Isha Malhotra (Software Developer)

Email:-malhotra.isha3388@gmail.com.
Note: -if you find this article helpful then kindly leave your comment

For Asp.net Training with C# and Sql Server Click Here


Create User Defined Data Type in SQL SERVER
Sql server allows us to create data type according to our wish. Sometimes in organisation there is requirement when a company restrict the employee to use data type according to organisation. In that situation they create their own datatype.

Syntax
create   type   Type_name   from      Existing_type     null/not null;