1. Sequence numbers are generated independently of tables and can be used across multiple tables. Individual sequence numbers may appear to be skipped if the transaction that generated them is rolled back.
2. The document demonstrates creating a sequence named seq1 and using it to generate primary key values for inserting rows into two different tables, t1 and girija. The sequence numbers are incremented sequentially across both tables from 6 to 9.