relating a sequence to a table
hi there
i have a table "Employee" for which I have an index column emp_no (Primary Key).
i want to write a sequence for this column, such that it starts at 1 and gets incremented by 1 everytime I insert a row in "Employee"
Any help will be great.
Mahesh.