Last answered:

20 Nov 2023

Posted on:

18 Nov 2023

0

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)
Instructor
Posted on:

20 Nov 2023

1

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

Submit an answer