i have a table of of employee_sale
id  product   quantity
3    y        6
1    x        2
1    y        5
2    x        4
3    x        3
3    y        5
3    X        5
4    y        3
4    y        4
i want to select list of employee id, product and second maximum quantity against all products.
please help with necessary sql query
thanks
 
     
    