Programming in MS SQL Server 2012

Data Types



Data Type is an attribute that defines type of data of an object in the SQL Server. Each Table Column, Program Variable, Expression and Parameter must be defines with unique data types to optimize database operation in the SQL Server.
SQL Server deployed with Exact Numeric, Approximate, Numeric, Data and Time, Character Strings, Unicode Character String, Binary Strings and Other System Data Types. SQL Server can deploy with Alias Data Types that are based on the system supplied data types. SQL Server can deploy with User Defined Data Types that can form and execute through .NET Programming Language.
More Reference URL:
https://data-e-education.com/SQL/Numeric_Data_Types.php
https://data-e-education.com/SQL/Character_Data_Types.php
https://data-e-education.com/SQL/Date_And_Time_Data_Types.php
https://data-e-education.com/SQL/Special_Data_Types.php

* * * * *


Email Your Comment To AUTHOR