I am completely new to Triggers but I hear they can help me with a specific problem.
I have a table:
picid picture recordListingID
1 danny.jpg 0
2 jane.jpg 0
3 ralph.jpg 0
In the recordListingID column (int) i would like to generate numbers sequentially upon an INSERT. Is it possible? Can it be done without a trigger? Thanks in advance.