...

/

Challenge: Generating Series

Challenge: Generating Series

Try a hands-on exercise to test your understanding of the generate_series() function for generating series.

Problem statement

You will perform the following two tasks in this lesson:

Task 1

Write a query to check which year is a leap year, given a series of dates. Your code should output the date, year, and leap ...