Suppose my table contains data like that
ID MovieName Rating
--------------------------------------------
1 The Shawshank Redemption 9.20
2 The Godfather: Part II 9.00
3 12 Angry Men 8.90
4 Pulp Fiction 8.90
5 The Good, the Bad and the Ugly 8.80
I want to select top 3 movies according to highest rating which contains both '12 Angry Men' and 'Pulp Fiction' movies.So query should return 4 rows instead of 3.