FC0-U61 · Question #740
A programmer needs an element that will automatically store customer orders consecutively by order number every time a new order is placed. Which of the following elements should be used?
The correct answer is B. Sequence. A sequence is an element that will automatically store customer orders consecutively by order number every time a new order is placed. A sequence is a database object that generates sequential numbers according to a specified rule. A sequence can be used to create unique identifi
Question
A programmer needs an element that will automatically store customer orders consecutively by order number every time a new order is placed. Which of the following elements should be used?
Options
- AVector
- BSequence
- CArray
- DConstant
How the community answered
(45 responses)- A2% (1)
- B89% (40)
- C7% (3)
- D2% (1)
Explanation
A sequence is an element that will automatically store customer orders consecutively by order number every time a new order is placed. A sequence is a database object that generates sequential numbers according to a specified rule. A sequence can be used to create unique identifiers for records in a table, such as order numbers or customer IDs.
Topics
Community Discussion
No community discussion yet for this question.