I need to display the last occurrences of Personid from the table using a query.
Table - ordered by employmentid
EmploymentId PersonId BranchId HireDate
12 23 24 2019-04-21
15 23 24 2019-06-21
18 23 24 2019-09-26
21 23 24 2019-10-05
22 17 24 2019-02-21
24 13 24 2019-02-21
25 13 24 2019-06-22
26 17 24 2019-04-11
Result Set
EmploymentId PersonId BranchId HireDate
21 23 24 2019-10-05
25 13 24 2019-06-22
26 17 24 2019-04-11
Table - ordered by employmentid
EmploymentId PersonId BranchId HireDate
12 23 24 2019-04-21
15 23 24 2019-06-21
18 23 24 2019-09-26
21 23 24 2019-10-05
22 17 24 2019-02-21
24 13 24 2019-02-21
25 13 24 2019-06-22
26 17 24 2019-04-11
Result Set
EmploymentId PersonId BranchId HireDate
21 23 24 2019-10-05
25 13 24 2019-06-22
26 17 24 2019-04-11