Home / Zoho CloudSQL Developer Information

Zoho CloudSQL Developer Information


Zoho Home | Forums | Blogs | Contact Us | Toll Free : 888 900 9646
 
Quicklinks: Overview | Architecture Overview | Developer Info | Adoption Status | Roadmap
 
Zoho CloudSQL
Developer Information - CloudSQL Language Overview
 
Language Overview | Executing a Query | Connectivity with JDBC/ODBC | Sample
 

Zoho CloudSQL extends the HTTP based Web APIs offered by each Zoho Service and offers SQL support over it. You just have to construct the SQL queries and pass them as POST request payload in the API calls.

SQL Query Syntax:

The SQL query syntax should be the same as defined in the SQL Standard. In addition, Zoho CloudSQL will support SELECT, INSERT, UPDATE and DELETE SQL statements written in any of ANSI, Oracle, Microsoft SQL Server, IBM DB2, MySQL, PostgreSQL and Informix database dialects. Refer to the ANSI SQL Language documentation or the respective relational database documentation for the SQL Language syntax.

SQL Query Entity Mapping:

To construct an SQL query you need to have the entities called Database, Tables and Columns defined. With these entities an SQL query is constructed and executed.

The entities i.e. Database, Tables and Columns based on which the SQL query is constructed depends on the specific Zoho Service on which the SQL query is to be executed. For example in Zoho Reports (previously known as Zoho DB & Reports) the mapping of the entities would be the following:



Read More:

Zoho Reports:


SQL Query EntityZoho Reports mapping
DatabaseMapped to each Reporting Database in Zoho Reports
TableMapped to Tables and Query Tables in a database in Zoho Reports
ColumnsMapped to Columns of a Table or Query Table in a database in Zoho Reports

Based on the mapping of a specific service (similar to the above mentioned) you should construct the SQL Query that is to be executed on the respective Zoho Service. The mapping will be published as part of the Zoho CloudSQL API documentation of the respective Zoho Service. (Refer to the corresponding CloudSQL documentation of each Zoho Service to know this mapping. Ex: Zoho Reports Entity Mapping)


Next: Executing an SQL Query in CloudSQL

 




     RSS of this page