SQL Queries for Interview
Q1. Write a query to fetch the EmpFname from the EmployeeInfo table in the upper case and use the alias name as EmpName. Q2. Write a query to fetch the number of employees working in the department ‘HR’. Q3. Write a query to get the current date. Q4. Write a query to retrieve the first four characters of EmpLname from the EmployeeInfo table. Q5. Write a query to fetch only…