12345678910



Question 1: Do the following statements return the same or different output?
SELECT * FROM EMPLOYEES;
Select * from employees;
select * FROM employees;

1. Different O/P
2. Same O/P