4. Write a query to display the name, job title and salary of employee who do not have manager. / sa 11 ip chapter 14 / By PythonCSIP CS IP SELECT ename, job, sal FROM Empl WHERE mgr IS NULL;