What is Oracle's alternative to IDENTITY Column in SQL Server/ DB2
WilhelmAug 31 2007 — edited May 19 2008What is Oracle's alternative to IDENTITY Column(Auto Increment Column) in SQL Server/ DB2 ? Is Sequence and Trigger the only way out for this?
Why is Oracle not creating anything like an Identitiy column in SQL Server?