Posted under » Drupal on 28 Mar 2025
As mentioned in database schema and Node, Drupal strength is its versioning of contents.
This is an extension of the node_field_data. There are several versions of title for example. The latest title will be reflected in the 'node_field_data'
This is an extension of the node_field_revision. Thus you will get the same nid and vid in node and node_revision.
This is an extension of the node_revision. The latest body is at node__body
This is an extension of the node_revision. The latest body is at node__comment.