User1759999623 posted
A floating point is based on its size: a float (Single) has up to seven decimal digits of precision while a double (Double) has fifteen decimal digits of precision. The data in your database will reflect that.
Now, maybe your question is really: Can I display my float data type as "0.00" when there is less than two significant decimal digits and then only show two decimal digits otherwise?