Ctr

Use an Alias

Let's go back to the reasons_to_learn_sql table. Remember that query we did? Here it is again:

SELECT reason
FROM reasons_to_learn_sql;

This table has a column named reason. Suppose we like the word "benefit" better.

For this challenge, select the reason column but rename it to benefit instead.

© 2022 Andrew Carlson. All rights reserved.

benefit
VARCHAR
1
to become more autonomous in data analysis
2
to better structure your thoughts
3
to develop a useful professional skill
3 rows

You haven't solved this challenge yet!
Are you sure you want to reveal the answer?