Display a list of page which match the query with one additional information

List of all files in your vault

LIST
FROM ""

Display one row per data point with several columns of field data

Tabulate all files in your vault

TABLE
FROM ""

Display an interactive list of tasks whose pages match the given query

addExamples

Display a calendar view displaying each hit via a dot on its referred date

addExamples

General Format

TABLE|LIST|TASK
    <field> [AS "Column Name"],
    <field>, 
    ...,
    <field> 
FROM <source>
WHERE <expression>
SORT <expression> [ASC/DESC]
... other data commands

Sources:

Related:

Tags:
Dataview - Create dynamic tables using data stored in note properties