Emma is working with the music SQLite database, below you can see the database diagram:
Emma wants to insert various records of artists into the artists table using a map; please help Emma write the required additional code to achieve this task.
To solve this task, you need to explicitly create the records using a
map and not a model struct!