You're preparing a report for stakeholders who aren't familiar with the database column names. They want to see artist names, but with a more readable column header.
Write a SQL query that retrieves the Name column from the Artist table, but displays it with the alias ArtistName in the results.
| 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.