Auto Increment Fields in Oracle Tables
Hi,
What are the recommended options for implementing auto increment columns in an Oracle Tables? Normally I have used creating a sequence and trigger to auto increment the column value when inserting data to the table. Is there any other methods to do this?