List of questions
Related questions
Question 261 - TDS-C01 discussion
You need to create a calculation that returns a customer name followed by a comma, a space, and then the customer's age (for example: John Doe, 32).
What should you include in the calculation?
A.
[Customer Name] + ',' + 'STR[Age]''
B.
STR([Customer Name]) + ',' STR(''Age')
C.
'Customer Name,' + [Age]
D.
[Customer Name] + ',' + STR([Age])
Your answer:
0 comments
Sorted by
Leave a comment first