Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - Oracle multi-table * * * uses a sequence to generate Id questions.
Oracle multi-table * * * uses a sequence to generate Id questions.
1 1

Because all objects use this sequence * * *

The advantage of using sequences is that they can be generated automatically without repetition.

Unfortunately, if there is more than one id, it will not be updated.

Because as long as sequence.nextval is used, 1 will be added to the current value of the sequence.