For data normalization purpose, create a new dictionary table named islands with a autoincrement primary key column id and a text column name.
Populate this table with distinct island names from the penguins table, ensuring the names are sorted in ascending order.
Use SQLite syntax to write your answer. Descriptions of tables are provided in the right pane.
Write your request in the field below and click the "Check it!" button.