Concept Flow - INSERT with RETURNING clause
Start INSERT command
Insert new row into table
RETURNING clause triggers
Return specified columns of inserted row
Display returned data as query result
End
The INSERT command adds a new row, then RETURNING outputs specified columns from that new row as the query result.