79734299

Date: 2025-08-13 13:00:51
Score: 2.5
Natty:
Report link

SELECT name FROM actor JOIN casting ON (actor.id=casting.actorid) JOIN movie ON (casting.movieid=movie.id) WHERE casting.movieid=(select id from movie where yr=1942 and title='casablanca')

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Farhod Soatov