Adobe
9A0-127 · Question #40
You want to use the script-based component Artist.cfc to represent entities within the table Artists in the datasource artGallery using the ColdFusion ORM. Which two changes must be made within…
The correct answer is A. add persistent = "true" to the component declaration B. add table = "Artists" to the component declaration. See the full explanation below for the reasoning.
Question
You want to use the script-based component Artist.cfc to represent entities within the table Artists in the datasource artGallery using the ColdFusion ORM. Which two changes must be made within Artist.cfc? (Choose two.)
Options
- Aadd persistent = "true" to the component declaration
- Badd table = "Artists" to the component declaration
- Cadd persistent = "true" to the CFCOMPONENT tag
- Dadd ormEnabled = "true" to the component declaration
- Eadd entityName = "Artists" to the component declaration
How the community answered
(49 responses)- A76% (37)
- C12% (6)
- D8% (4)
- E4% (2)
Community Discussion
No community discussion yet for this question.