You have created a CDS view as follows: define view zha400 as select from spfli association[*] to sflight as _flights on spfli.carrid = _flights.carrid and spfli.connid = _flights.connid { ... } Given that table sflight also contains the
field planetype, how must you address the fields carrid and
planetype from table SFLIGHT?
A. _flights.carrid and planetype
B. _flights.carrid and _flights.planetype
C. carrid and planetype
D. carrid and _flights.planetype