Auto Increment Key fields

Auto Increment Key fields
Can we add auto increment fields similar to SQL server
Starting at 1 and going up by 1 for each record ?

Jawahar

Row Number automatically does this, or you can use Sequence to start at a specific value.