Watch American Dad! OnlineSeason 3, Episode 10 |
| SELECT `shows`.* FROM `shows` WHERE (ident = 'American-Dad') LIMIT 1 | 0.002295970916748 |
| SELECT `episodes`.* FROM `episodes` WHERE (video_count > 0 and show_id = 15) ORDER BY `season` ASC, `episode` ASC | 0.082366943359375 |
| SELECT `videos`.* FROM `videos` WHERE (`show_id` = 15) AND (`active` = 1) ORDER BY `episode_id` ASC | 0.0940101146698 |
| SELECT `shows`.* FROM `shows` WHERE (`id` = 15) LIMIT 1 | 0.00040316581726074 |