SQL Reference

Reference: SQL

CedarDB supports a lage set of powerful SQL features. This allows you to write declarative queries that are independent of the data storage and benefit from CedarDBs advanced execution system.

Here are some high level topics that go over the typical uses of the database query language:

  • Queries (select from where)
  • Data Management (insert into)
  • Schema Management (create table)

You can also find a complete reference of CedarDBs supported query language: