I have one table named personAndBookinMapping columns are : mappingId person_id book_id intreset_score book_name
Now I have to find top two record based on interest_score of each person_id. basically response should be like below :
mapping_id person_id book_id intreset_score book_name enter link description here