1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to SQL

Connected

Exercise

Aliasing

Default column names in an SQL result set come from the fields used to create them. You can use aliasing to rename these columns. This is helpful for making it clear what the column is about.

Instructions

100 XP
  • Add an alias to the SQL query to rename the author column to unique_author in the result set.