Data types in SQL Server

Data is any piece of information which has some meaning or significance.
Data Type indicates the type of data an object holds. In SQL Server Data types are very important for creating tables, for declaring variables etc.,

In SQL Server Data types are broadly classified into the following types based on the type of data it holds

Data types are mainly used for the following purpose:

  • Creating columns in tables and views
  • For declaring variables
  • For passing variables in stored procedures and functions.

This entry was posted in . Bookmark the permalink.

Leave a reply