Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Find the table's name that using sequences
no table "uses" a sequence. And there is no reason (other than sanity
checks) to have one sequence per table.
SQL code will use the sequence, usually to retrieve a value from the sequence to then insert into or update a column in a table.
![]() |
![]() |