You are working with the Chinook music store database. Your task is to retrieve all data from the Artist table.
Write a SQL query that returns all columns and all rows from the Artist table. This will give you a complete list of all artists in the music store's catalog.
| Column | Type |
|---|---|
| ArtistId | INTEGER (Primary Key) |
| Name | TEXT |
Ready to take your skills to the next level? Enroll in our comprehensive Data Analyst Career Track to master SQL, Python, Excel, and Power BI.
Run your code to see the result here.