What will be the output of this SQL Query?
Rajeev Kumar
SELECT ROUND (TRUNCATE (MOD (50, 5), -1), 2) FROM Test ;
the overall result of the query is 0.00
The out put of this query is 0