Retrieve a list with all employees who have been hired in the year 2000.
Retrieve a list with all employees who have been hired in the year 2000. I have put a right query. like this ( SELECT * FROM employees WHERE hire_date LIKE ("%2000%"); )............. But it still shows a blank data
1 answers ( 0 marked as helpful)
Hi Aijaz!
Thanks for reaching out.
Your query is correct. It seems that your tables are empty. Please, check and run again the employees.sql file in order to fill in the missing records.
Hope this helps.
Best,
Tsvetelin