From the table as I want to get the rows contains minimum value of works as here is 3 so that I can get the rows of id 2 and 5 as both the rows has same minimum value.
ID | emailID | works
------------------------------------------
1 | tree123@gmail.com | 5
2 | tree23@gmail.com | 3
3 | hello123@gmail.com | 5
4 | thistree123@gmail.com | 4
5 | somtng@gmail.com | 3