...(Seq), isn't removed. For example, beginning with three rows in the table, issue the following commands:
Delete from MyTable where Seq=3
Select * from MyTable
Insert into MyTable (Col1,Col2,Col3) values('a','b','c')
Select * from MyTable
The result of the first Select, as expected...