I have table DateDim in database northwind_warehouse. I need to add new int primary key column named 'DateID' in this table with incrementing value starting with 109574 and increasing on 1 every new row. How can i do this if i have 1000 rows in table?