SQL Server

SQL Server Data Types

The SQL Server data types determine the kind and range of data that a column in a table can store (or a local variable, parameter, etc.). The Example of data types are Integer, character, string, date, binary, money etc. We must specify a data type to every column, local variable, expression, etc. that we create in the database.

SQL Server Data Types Read More »

Scroll to Top