[Solved]Write Function Named Populatemusicdatabase Parameters Retur Anything Function 3 Connect Au Q37254133
Please use python to answer the following if possible pleaseshow your shells
Write a function named populateMusicDatabase that has no parameters and does not retur anything. The function should: 3. connect to the Auburn mysql server . read in the text file “music_table_data_only.txt” that has one query per line run each query to create and populate the music database print out a message to the shell indicating that all queries have been successfully rur Submit a screenshot of the code and output after it has been successfully run. 4. Write a function named getMusicinfo that has no parameters and does not return anything. The function should: connect to the Auburn mysql server execute queries for the following 3 tasks and pr the requested information with descriptive text that tells the user what they are see in the output. It is fine to have multiple print lines for a task if there is more than on print the names of all of the artists print the number of different tracks that have been played print the artist name, artist id, album name and album id for Album Number by Artist Number 1 ” Submit a screenshot of the code and output after it has been successfully run so that the res of each of the queries can be seen. Show transcribed image text Write a function named populateMusicDatabase that has no parameters and does not retur anything. The function should: 3. connect to the Auburn mysql server . read in the text file “music_table_data_only.txt” that has one query per line run each query to create and populate the music database print out a message to the shell indicating that all queries have been successfully rur Submit a screenshot of the code and output after it has been successfully run. 4. Write a function named getMusicinfo that has no parameters and does not return anything. The function should: connect to the Auburn mysql server execute queries for the following 3 tasks and pr the requested information with descriptive text that tells the user what they are see in the output. It is fine to have multiple print lines for a task if there is more than on print the names of all of the artists print the number of different tracks that have been played print the artist name, artist id, album name and album id for Album Number by Artist Number 1 ” Submit a screenshot of the code and output after it has been successfully run so that the res of each of the queries can be seen.
Expert Answer
Answer to Write a function named populateMusicDatabase that has no parameters and does not retur anything. The function should: 3…. . . .
OR

