Exit C2090-423 Information Analyzer v8.5
Question 1 of 5
0% complete
Q1 Single choice

There is a requirement to test a numeric column ID against a desired output of "(15)".

What is the correct rule logic to test for this situation?

  • A

    val(ID, '(%c)') = '(15)'

  • B

    tostring(ID, '(nn)') = '(15)'

  • C

    tostring(ID, '(%i)') = '(15)'

  • D

    to_char(ID, '(\(nn\))') = '(15)'

Previous Next