Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/lsp4you/public_html/connect.php on line 2
Exact (also known as fixed-point) - Exact numeric values have a fixed number of digits to the left of the decimal point and a fixed number of digits to the right (the scale). The total number of digits on both sides of the decimal are the precision. A special subset of exact numeric types with a scale of 0 is called integer.
Various Data Types: bigint, int, smallint, tinyint, bit, decimal, numeric, money, smallmoney.
Approximate (also known as floating-point) - Approximate numeric values that have a fixed precision (number of digits) but a floating decimal point.
Various Data Types: float, real.
Datetime values include calendar and clock values (Date, Time, Timestamp) and intervals.
The datetime types are:
Character (String) - Fixed or variable length character strings.
The data types are: char, varchar, varchar(max), text.
Data types in Unicode Character Strings are: nchar, nvarchar, nvarchar(max), ntext.
Data types in Binary Data Types are: binary, varbinary, varbinary(max), image.