GenresSongs table
Fields
| Name | Value Type | Possible Values | Description |
|---|---|---|---|
| ID | INTEGER | AUTOINCREMENT (1 to inf.) | |
| IDGenre | INTEGER | ID of the Genre. (ID of the Genre in the Genres table.) | |
| IDSong | INTEGER | ID of the Song. (ID of the Song in the Songs table.) |
| Name | Value Type | Possible Values | Description |
|---|---|---|---|
| ID | INTEGER | AUTOINCREMENT (1 to inf.) | |
| IDGenre | INTEGER | ID of the Genre. (ID of the Genre in the Genres table.) | |
| IDSong | INTEGER | ID of the Song. (ID of the Song in the Songs table.) |