nerdexam
SAP

C_BOWI_41 · Question #21

Which DaysBetween() function syntax should you use to calculate the number of years since your birth, assuming the date object is Birth_date?

The correct answer is C. =DaysBetween([Birth_date] ; CurrentDate() ) / 365.25. See the full explanation below for the reasoning.

Question

Which DaysBetween() function syntax should you use to calculate the number of years since your birth, assuming the date object is Birth_date?

Options

  • A=DaysBetween([Birth_date] ; CurrentDate ) / 365.25
  • B=DaysBetween([Birth_date] , CurrentDate() ) / 365.25
  • C=DaysBetween([Birth_date] ; CurrentDate() ) / 365.25
  • D=DaysBetween(CurrentDate() ; [Birth_date] ) / 365.25

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    9% (2)
  • C
    73% (16)
  • D
    14% (3)

Community Discussion

No community discussion yet for this question.

Full C_BOWI_41 Practice