1. I want to show the employees that were hired in the month of May.
select FIRST_NAME from EMPLOYEES where HIRE_DATE=?????
2.There is another query that employees ask me that do not have a commission but where I do COMMISSION_PCT = null or '' but it does not work for me if there is some simpler way to do it.