Oracle
1Z0-588 · Question #73
You want to create a derived field that concatenates the name and description of a node to display "Name-Description." Select the two valid syntax types for a derived property using a formula.
The correct answer is D. Concat(PropValue(Core.Abbrev),-,PropValue(Core.Descr)) F. ConcatO Abbrev," -", Descr. See the full explanation below for the reasoning.
Question
You want to create a derived field that concatenates the name and description of a node to display "Name-Description." Select the two valid syntax types for a derived property using a formula.
Options
- AConcat(Abbrev,"-",Descr)
- BConcat(Abbrev(), -,Descr())
- CConcat(PropValue(Core.Abbrev)| - | PropValue(Core. Descr))
- DConcat(PropValue(Core.Abbrev),-,PropValue(Core.Descr))
- EConcat() Abbrev, -, Descr
- FConcatO Abbrev," -", Descr
How the community answered
(34 responses)- A3% (1)
- B12% (4)
- C6% (2)
- D76% (26)
- E3% (1)
Community Discussion
No community discussion yet for this question.