Manager
ManagerID(PK)
ManagerName
YearOfExperience
Domain
Employee
EmpID(PK)
EmpName
EmpAddress
EmpContact
EmpCity
EmpEMailID
EmpDOJ
ReportingManager(FK)
1. Write the query to display Employee Name and Corresponding Manager Name.(Use schema1)
2. Write the query to find total number of employee under the each Manager Name and use the alias name "Total Number of Employee".(Use Schema1)
3. Write the query to retrieve all the employee data whose Domain is "Java". (Use Schema1).
4. Write the queries to display total Number of Employee are in Chennai City. (Use Schema1).
5. Write the query to display the Manager Name and Domain Whose Year of Experience is more than 7 and less than 12. (Use Schema1).

BalaPosted Apr 17, 2013, 2:59 AM
.