I have two tables in mysql: songs(song_id,singer_id...) and singers(singer_id,singer_name....). I want to create an API in flask that get all songs of a singers. So i used t