recategorized by
1,218 views
0 votes
0 votes
sql query for find names of employees with years of experience greater than atleast one employee in the accounts department
recategorized by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
3
rayhanrjt asked Jan 6, 2023
769 views
Write SQL command to find DepartmentID, EmployeeName from Employee table whose average salary is above 20000.
2 votes
2 votes
1 answer
4
Subhrangsu asked Jun 18, 2022
447 views
Write SQL query to show all employees hired on June 4,1984 (non-default format)emp(empno,ename,job,mgr,hiredate,sal,comm,deptno)