Help me in solving GSQ37 problem

My issue

My code

/* Write a query to count the rows of the table EMPLOYEE.*/

select Count(*) from EMPLOYEE;

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

@ramyasri_6 - you need to do the following

Rename the column header as 'Count'