Convert and Query by Date
1.2 · Challenge

Convert and Query by Date

In this challenge, you will convert integer year Full definition for property (opens in a new tab)A named value stored on a node or a relationship. into proper date values and use truncation to group movies by decade.

The movies database stores the released property on Movie Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. as a plain integer (for example, 1999). The starter query in the query panel retrieves movies from the 1990s, but it returns the raw integer instead of a temporal value.