Obviously, the most convenient and fastest way is to create another table.
For example:
TABLE "movie_actor"
Column "movie_id", "actor_id"
This will keep the entries which make further retrieval of data easier, and as an advance, you can add more columns like "character_name".