Help me in solving GSQ39 problem

My issue

My code

/*Solution as follows*/


SELECT ROUND(Taxable_Pay, 2)
FROM employee;

Learning course: Learn SQL
Problem Link: CodeChef: Practical coding for everyone