Data Relationship Qus

An airline reservation case type displays various flight options. Users see potential flights, identified by the flight number, airport codes, and flight price. What field type do you configure for this behavior?

A. Case reference

B. Lookup

C. Data reference

D. Embedded data

Can anyone explain this question and answer!

@Mohamed_Akeel

As per the question, we have the casetype called reservation and want to get the flights information.

The answer is Data reference. In this usecase, we referring the flights information from a datatype: flights which has the flight details.

@P.Siva.Praveen Thank you