Question : Auto- Numbers in oracle

Is sequence (with trigger as option) the only option for Auto number in oracle?

thanks

Answer : Auto- Numbers in oracle

to guarantee uniqueness, yes

if that's not important, or you don't have to account for concurrent users, you can autonumber using max(id)+1
Random Solutions  
 
programming4us programming4us