Multiple choice A sequence is Operations meant to encapsulate a task and must maintain ACID properties Used to track sequence values A column data type used to represent arrays The set of valid values in a BETWEEN clause Reveal answer Fill a bubble to check yourself B Correct answer Explanation A sequence is a user-defined schema-bound object that generates a sequence of numeric values according to the specification with which the sequence was created. It is commonly used to automatically generate unique primary key values.