= UseCase011 - Associating featured Artists to Song **Initiating actor:** Logged-In Admin {{{#!div style="text-align: justify; width: 100%;" The goal of this use case is to allow an administrator to credit additional performers on a specific track. By establishing a relationship between a song and one or more featured artists, the system ensures that these tracks appear on the performers' individual profiles and are correctly identified in the song's metadata. }}} == Scenario {{{#!div style="text-align: justify; width: 100%;" 1. Admin selects a specific {{{Song}}} from the database that requires featured artist credits. 2. Admin searches for and selects the {{{Artist/s}}} who contributed as featured performers on the track. 3. System verifies the existence of the unique {{{artist_id}}} and {{{song_id}}}. 4. System creates a relationship in the "features" table, linking the selected {{{Song}}} to the featured {{{Artist/s}}}. 5. System updates the metadata for the {{{Song}}} to display the primary {{{Artist}}} along with the newly associated featured performers. 6. System confirms the successful association, ensuring the track now appears under the "Featured In" section of the relevant {{{Artist}}} pages. }}}