Are there any tool I can use to access the Data Service Entities like SQL*Plus? I need to run some complex queries on the data, and get some statistics on the data, update table, delete rows, … etc
I need it for maintenance purposes only.
So how can I use these APIs? Can I link it to external Application? My understanding it provides access to “Power Automate application” which is RPA by Microsoft.
I need to run complex queries on the different Entities and update/insert/delete.
Sometimes I need to prepare test data and I need to get statistics to ensure I’m cover specific cases.
For example I need to run
select field1, count()
from Entity1
group by field1
having count() > 15