Azure – Identify the users with minimum votes and allocate new votes to that user
I came up with one problem where I am looking for a solution as I have two tables: Table1: Users UserID TotalTasks A3 12 A4 14 A5 11 Table2: Tasks TaskID NewTask 1 4 2 5 3 3 4 2…