"Id","Name","Salary","Location","Date"
123,"Ganesh",10000,"Pune","02/22/2020"
234,"Sanket",20000,"Mumbai","02/20/2021"
345,"Mohan",30000,"Kolkata","01/23/2023"
123,"Ganesh",30000,"Chennai","02/28/2023"
234,"Sanket",40000,"Goa","02/20/2024"
Above is my payload. I want to update Salary to 50000 where location = 'Mumbai' and Date > 01/20/2020.
Unable to achieve yet.