Description
This API provides a REST endpoint for executing the SQL queries. Note:- This endpoint is a HTTP POST method.
- This endpoint accept data via application/jsonrequest body.
- The only required key is the querywhich has the SQL statement value.
Body
String that contains the SQL query that needs to be executed.
Response
A list with the column names returned
The database where the query is executed
The actual data returned by the query in case of the table response type
The type of the response table | error | ok