1.4 · Challenge

Actor Career Spans

In this challenge, you will use duration arithmetic to find actors who were under 30 years old when a movie was released.

The starter query in the query panel calculates the age difference using simple integer subtraction (m.released - a.born). This works as a rough estimate, but it does not use Neo4j's temporal types.