Help me in solving GSQ37 problem

My issue

My code

/* Solution as follows */

SELECT COUNT(*)
FROM EMPLOYEE;

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

@krunal0104 - you need to “Rename the column header as ‘Count’.” as per the problem statement.