I have a table on MS SQL Server which has an auto increment primary key column.Company decided to create this table on Oracle and without sequence on this field.I mean I have to update the index for this column every time I want to insert something to this
table. I am asking, is this logical?Wouldn't it be much more simpler and accurate with a sequence for this field??