diff --git a/albums.md b/albums.md index 723ef71..366b3a7 100644 --- a/albums.md +++ b/albums.md @@ -1,4 +1,4 @@ -The `artists` table holds information for artist playlists. The `artists_view` joins the `artists` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each artist. +The `albums` table holds information for album playlists. The `albums_view` joins the `albums` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each album. ### Columns | Name | Type | Description |