Statement Describes Feature Oracle Sequences Oracle Sequence Uses Identity Column Property Q43829497
Which statement describes a feature of Oracle sequences?
- An Oracle sequence uses the identity column property toautomatically number rows.
- Oracle sequences generate a character string that can beassigned to tables.
- Dropping a sequence does not delete values assigned to tableattributes; it deletes only the sequence object from thedatabase.
- Oracle sequences are tied to columns and tables.
Expert Answer
Answer to Which statement describes a feature of Oracle sequences? An Oracle sequence uses the identity column property to automa…
OR