You're preparing data for a banner display system that only accepts uppercase text. Convert all artist names to uppercase.
Write a SQL query that retrieves all artist names converted to uppercase. Return the result with the alias ArtistNameUpper.
| 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.