you are querying a database that contains data about music. each musical genre is given an id number. you are only interested in data related to the genre with id number 7. the genre ids are listed in the genre id column. you write the sql query below. add a where clause that will return only data about the genre with id number 7.