Example & Tutorial understanding programming in easy ways.

What is meant by decimal (5,2)?

-The meaning of decimal (5,2) means that the total length of the fractional value is 5. 

-The field can contain 3 digits before the decimal point and 2 digits after the decimal point. If a user adds any value larger than the defined length then it will insert 999.99 in the field.

Read More →