Write a SQL Query to find the name of those movies where one or more actors acted in two or more movies.
Output Schema:
movie_title
NOTE:
Example Output:
movie_title
Vertigo
Schema Design:
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.