3. Write a query to display employee name and salary of those employee who don’t have there salary in the range of 2500 to 4000. sa 11 ip chapter 14 / PythonCSIP CS IP 3. Write a query to display employee name and salary of those employee who don’t have there salary in the range of 2500 to 4000. Read More »
4. Write a query to display the name, job title and salary of employee who do not have manager. sa 11 ip chapter 14 / PythonCSIP CS IP SELECT ename, job, sal FROM Empl WHERE mgr IS NULL; 4. Write a query to display the name, job title and salary of employee who do not have manager. Read More »