Watch Roswell OnlineSeason 1, Episode 1Season 2, Episode 1 |
| SELECT `shows`.* FROM `shows` WHERE (ident = 'Roswell') LIMIT 1 | 0.0099289417266846 |
| SELECT `episodes`.* FROM `episodes` WHERE (video_count > 0 and show_id = 113) ORDER BY `season` ASC, `episode` ASC | 0.094806909561157 |
| SELECT `videos`.* FROM `videos` WHERE (`show_id` = 113) AND (`active` = 1) ORDER BY `episode_id` ASC | 0.38198208808899 |
| SELECT `shows`.* FROM `shows` WHERE (`id` = 113) LIMIT 1 | 0.00040292739868164 |