Clicking this link: <img width="472" alt="SQL__select_count____from_availability_tag_____select_id__name__notes__disabled__previous_names__slug__group_from_availability_tag" src="https://user-images.githubusercontent.com/9599/123532757-d1662b00-d6c4-11eb-8a87-fe3250d0d55a.png"> Links to this SQL which throws an error: ```sql select id, name, notes, disabled, previous_names, slug, group from availability_tag ``` Error: > syntax error at or near "group" LINE 1: ... id, name, notes, disabled, previous_names, slug, group from... ^