I was looking at the examples and types while seeing how to use the SEQUENCE command in T-SQL (Azure SQL Database, SQL Server, etc.), but when it lists the types SEQUENCE can be configured as (INT, BIGINT, TINYINT, etc.), it mentions that its "type is sysname".
I know what sysname is (for the most part), but isn't SEQUENCE the type I specify (INT, BIGINT, etc.), and not sysname?
What am I missing? I feel like I'm missing something crucial to my understanding of all this.
Thanks. Sorry for the newbie question -- I know I am one right now.
Here is the page I'm speaking of: https://learn.microsoft.com/en-us/sql/t-sql/statements/create-sequence-transact-sql?view=sql-server-ver15