2. Write a query to display details of employees who are not getting commission from table Empl. / sa 11 ip chapter 14 / By PythonCSIP CS IP SELECT * FROM Empl WHERE comm IS NULL;