Run the statements in the right panel.
The first IDENTITY example shows how the generated column is created and used. Note that no starting value or increment is supplied. The default is an increment of 1 and a starting value of 1.
The next statement inserts 6 values into the database.
The generated columns should start at one and increment by one up to the value 6. The select statement should open a result panel to show this.