I need to create a sequence and a trigger to auto-increment the primary key on a table but I have no idea on how to do it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create the table and the sequence
Now, you can create a trigger that uses the sequence to populate the primary key
Now, when you insert data, you woon’t need to specify the
EMP_IDcolumn– it will automatically be populated by the trigger