We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
it is for ssms to convert data type specifically into decimal to avoid errors of being considered as float or int and as we have provide (10,4) here only 4 digits will be given as decimal. example: 10.1234 or 11.1234. It won't exceed the limit of 4 decimals.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 13
You are viewing a single comment's thread. Return to all comments →
it is for ssms to convert data type specifically into decimal to avoid errors of being considered as float or int and as we have provide (10,4) here only 4 digits will be given as decimal. example: 10.1234 or 11.1234. It won't exceed the limit of 4 decimals.