IBM
C2090-312 · Question #75
What is the one significant difference between sequence objects and identity columns?
The correct answer is B. Identity columns can be defined on tables and sequence objects cannot. See the full explanation below for the reasoning.
Question
What is the one significant difference between sequence objects and identity columns?
Options
- AIdentity columns can cache values and sequence objects cannot.
- BIdentity columns can be defined on tables and sequence objects cannot.
- CSequence objects can have a character data type and identity columns cannot.
- DSequence object values can be used as primary keys and identity column values cannot.
How the community answered
(47 responses)- A13% (6)
- B79% (37)
- C6% (3)
- D2% (1)
Community Discussion
No community discussion yet for this question.