2. Write a query to display details of employees who are not getting commission from table Empl.

SELECT * FROM Empl WHERE comm IS NULL;