Subject ID Generator
Author alanpltse
I have created a generator for the ID column of my table Employee.
How do I do to the generator to make it get the latest number to
insert into the table. Use trigger? How to define the trigger ?

Case 1: use table new record
Case 2: use query insert statement.