Exercise

Declare multiple variables

You've seen how to DECLARE and SET set 1 variable. Now, you'll DECLARE and SET multiple variables. There is already one variable declared, however you need to overwrite this and declare 3 new ones. The WHERE clause will also need to be modified to return results between a range of dates.

Instructions 1/4

undefined XP
    1
    2
    3
    4
  • Declare a new variable called @start of type DATE.