Data Engineer https://rajanand.org/bio
Consulting
Hi Soykan OZCELIK, Just a note on precision for your reference. The precision is the number of digits in the number and scale is the number of digits after the decimal. As per the example 45.90 has precision of 4 (as there are 4 digits in 45.90) and scale of 2 (i.e., 90). https://docs.microsoft.com/en-us/sql/t-sql/data-types/precision-scale-and-length-transact-sql?view=sql-server-ver15 Thanks, Rajanand