You're building a browse feature for the music store website. Users want to see artists listed in alphabetical order for easy navigation.
Write a SQL query that retrieves all artists from the Artist table, sorted alphabetically by their Name.
| 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.