Oracle JSON api – update single record in json collection
I have CLOB field with JSON data : [ { "name": "Rahul", "LName": "Sharma", "salary": "20000", "Age": "35" }, { "name": "Kunal", "LName": "Vohra", "salary": "10000", "Age": "25" } ] and I need update value in only one element of…