Untitled

 avatar
unknown
plain_text
5 months ago
325 B
5
Indexable
2. Given the below table:
EmployeeID	Name	Department	Salary	HireDate
1	    	John	HR		50000	2015-01-15
2		Sarah	Sales		60000	2015-02-20
3		Mark	Marketing	40000	2014-12-01
4		David	Finance	70000	2015-03-30
5		Lisa	HR		45000	2015-02-05

Write a query to find all employees whose join date is between 1 Jan 2015 and 31 Dec 2015.
Editor is loading...
Leave a Comment