Querying
This page is INCOMPLETE
This page is incomplete and is still being written.
WHERE
Condition
Refining Results
-- `ONLY`
Traversing Relations
-- doc notation: embedded record & link
SELECT
name,
address.city,
address.street
FROM person;
-- array notation: graph relation