Exercise

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.

Instructions 1/3

undefined XP
  • 1

    SELECT the country and event_year columns from the eurovision table.

  • 2

    Use a shortcut to amend the current query, returning ALL columns in the table.

  • 3

    This time, return only half the rows using 'TOP', using the same shortcut as before to return all columns.