Overview
This section provides information about the syntax and semantics of SQL queries, clauses, data types, and functions that Oxla supports. The information in this section is divided into groups according to the kind of operation they perform as follows:
SQL Statements
Learn how to create a request for data or information from one or more database tables using our supported statements.
SQL Clauses
This sub-section show you how to write user-friendly queries and analyze data using different constraints and conditions.
SQL Data Types
This sub-section will guide you through implementing our supported data types to run your operations, such as string, timestamp, numeric, and many more…💨
SQL Functions
See how you can combine the statements, data types, and other references into specific functions for particular tasks.
Schema
Learn about a logical container that holds database objects and relationships of data in a database.
Comment Support
Adding comments in your queries for better documentation and collaboration.