IN YOUR B SESSION, SEE THE CONTENTS OF THE TABLE

10. In your B session, see the contents of the table:

select * from seqtest;

This demonstrates that sequences are incremented and the next value

published immediately, outside the transaction control mechanism.