Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Customer Signup Years | Advanced SQL for Data Analysis
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
SQL for Data Analysis

bookChallenge: Customer Signup Years

Task

Swipe to start coding

Write a query to analyze customer signups by year. Your goal is to group customers by the year of the signup_date and count the number of signups for each year.

  • Extract the year from the signup_date column.
  • Group the customers by the extracted year.
  • Count the number of customers who signed up in each year.
  • Return the signup year and the corresponding signup count for each group.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 4. ChapterΒ 6
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Suggested prompts:

Can you explain this in simpler terms?

What are the main points I should remember?

Can you give me an example?

close

bookChallenge: Customer Signup Years

Swipe to show menu

Task

Swipe to start coding

Write a query to analyze customer signups by year. Your goal is to group customers by the year of the signup_date and count the number of signups for each year.

  • Extract the year from the signup_date column.
  • Group the customers by the extracted year.
  • Count the number of customers who signed up in each year.
  • Return the signup year and the corresponding signup count for each group.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 4. ChapterΒ 6
single

single

some-alt