What is true about Sequences?
Once created a sequence belongs to a specific schema.
Once created, a sequence is linked to a specified table.
Once created a sequence is automatically available to all users.
Only the DBA can control which sequence is used by a certain table.
Once created a sequence is automatically used in all INSERT and UPDATE statements.