Omnidex SQL SELECT and Data Manipulation Statements
Omnidex SQL supports SQL's SELECT and Data Manipulation Statements (INSERT, UPDATE, and DELETE).
| SELECT | Peform a Query Specification and SELECT rows. |
| INSERT | Insert rows into a Table. |
| UPDATE | Update rows in a Table. |
| DELETE | Delete rows in a Table. |