Given the data model, what would a CROSS JOIN
joining the genre table and the instrument table represent?

genre table:
genre_id
name
genre_instrument table:
genre_instrument_id
genre id
instrument_id
instrument table:
instrument id
name