The Simpsons - Fun SQL Problems
(SQL) Hidden fun facts in The Simpsons
The Simpsons database consists of 4 main tables: characters, episodes, locations and script_lines.
The script_line table has following fields: id (primary key), episode_id (foreign key), number, ch...