Guys,
I am trying to validate the database after this simple exercise. I should create the Actor label (already ready in the exercise) and then modify to create the director. The change is simple as shown below. However, the database can't be validated. Any ideas?
MATCH (p:Person)-[:DIRECTED]->()
WITH DISTINCT p SET p:Director