Watch Earth: Final Conflict Online |
| SELECT `shows`.* FROM `shows` WHERE (ident = 'Earth-Final-Conflict') LIMIT 1 | 0.00058794021606445 |
| SELECT `episodes`.* FROM `episodes` WHERE (video_count > 0 and show_id = 98) ORDER BY `season` ASC, `episode` ASC | 0.060527086257935 |
| SELECT `videos`.* FROM `videos` WHERE (`show_id` = 98) AND (`active` = 1) ORDER BY `episode_id` ASC | 0.049487113952637 |