#Q1. Write a query to fetch the EmpFname from the EmployeeInfo table in upper case and use the ALIAS name as EmpName. select upper(EmpFname) as EmpName from ...
Solutions to SQL exercises from Edureka classes. Contribute to kritibidani/SQL-Edureka-Exercises-June-2024 development by creating an account on GitHub.