nerdexam
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)
  • A
    3% (1)
  • B
    12% (4)
  • C
    6% (2)
  • D
    76% (26)
  • E
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-588 Practice