Rajeev Kumar
What will be the output of this SQL Query?

SELECT ROUND (TRUNCATE (MOD (50, 5), -1), 2) FROM Test ;

By Rajeev Kumar in .NET on Jul 01 2023
  • Alpesh Maniya
    Sep, 2023 21

    the overall result of the query is 0.00

    • 0
  • Praveen Mishra
    Jul, 2023 13

    The out put of this query is 0

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS