Subscription Renewal Dates

Easy
date-functions Netflix Spotify DoorDash

Given a subscriptions table with start_date and plan_length_days, write a query that calculates each subscription's renewal date (start date plus plan length in days). Return customer_name, start_date, and the calculated renewal_date.

Tables

Hints (2 available)

SQL Editor

Output

Click "Run" to see results...