Genres table
Fields
| Name | Value Type | Possible Values | Description |
|---|---|---|---|
| IDGenre | INTEGER | AUTOINCREMENT (1 to inf.) | |
| GenreName | TEXT | The name of the Genre | |
| Description | TEXT | Not really in use | |
| UsageCount | INTEGER | Count of Songs linked to the Genre |
| Name | Value Type | Possible Values | Description |
|---|---|---|---|
| IDGenre | INTEGER | AUTOINCREMENT (1 to inf.) | |
| GenreName | TEXT | The name of the Genre | |
| Description | TEXT | Not really in use | |
| UsageCount | INTEGER | Count of Songs linked to the Genre |