Express the following queries in SQL assumes that the data is stored in EMPLOYEE table with relevant fields.
(i) Display name, job, salary, and hire date of employee who are hired between May 10, 1975 and December 20, 1980. Order the query in ascending order of hire date.
(ii) Display name and hire date of employee who are employed after employee ‘RAGHAV'.