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
/* 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