A comparison of the SQL query language and AQL, ArangoDB’s query language.
What you will learn
- How SQL terminology maps to AQL terminology
- How INSERT, UPDATE, REPLACE, and DELETE queries translate to AQL
- How different types of SELECT queries look like in AQL, including joins and aggregation
-
Introduction
-
Basic queries
CRUD operations in comparison
-
Advanced queries
Complex queries in comparison