SAP Certified Associate - Back-End Developer - ABAP Cloud C_ABAPD_2507 Question # 14 Topic 2 Discussion

SAP Certified Associate - Back-End Developer - ABAP Cloud C_ABAPD_2507 Question # 14 Topic 2 Discussion

C_ABAPD_2507 Exam Topic 2 Question 14 Discussion:
Question #: 14
Topic #: 2

You select a field flight_date with type DATS in the field list of a CDS view.

Which of the following expressions returns the 2-digit month from the field?

(Select 2 correct answers)


A.

substring( flight_date, 5, 2 )


B.

right( left( flight_date, 6 ), 2 )


C.

left( right( flight_date, 6 ), 2 )


D.

substring( flight_date, 4, 2 )


Get Premium C_ABAPD_2507 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.