1. 학습
  2. /
  3. 프로젝트
  4. /
  5. Data-Driven Decision Making in SQL

Connected

연습 문제

First account for each country.

Conduct an analysis to see when the first customer accounts were created for each country.

지침

100 XP
  • Create a table with a row for each country and columns for the country name and the date when the first customer account was created.
  • Use the alias first_account for the column with the dates.
  • Order by date in ascending order.