SQL Language

Introduction

AgensGraph supports SQL for relational data queries. It supports DDL (create, alter, drop, etc.) for creating, modifying, and deleting objects such as table, column, constraints, and schema and DML (insert, update, delete, etc.) for inserting, modifying and deleting data.

SQL Syntax is identical with PostgreSQL’s SQL Syntax. See PostgreSQL-The SQL Language for more information.