Songs
テーブルがあり、各行が曲を表し、song_id
、title
、artist
、album
、長さなどのカラムを含んでいる場合があります。各曲はSongs
テーブルの行になり、各詳細(title
、artist
、album
など)はカラムになります。例えば、以下のようになります。song_id: 1, title: "Imagine", artist: "John Lennon", album: "Imagine", length: "3:03"
song_id: 2, title: "Bohemian Rhapsody", artist: "Queen", album: "A Night at the Opera", length: "5:55"