Get startedGet started for free

More selections

Now that you've practiced how to select one column at a time, it's time to practice selecting more than one column. You'll continue working with the eurovision table.

This exercise is part of the course

Introduction to SQL Server

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

-- Select country and event_year from eurovision
___ 
  ___, 
  ___ 
___ 
  ___;
Edit and Run Code