Dear community,
I would like to ask how can we perform the following step:
1. Checking if the date in Data B if it is in between any both date of Data A
2. If it is between any both of the dates, please show the result as per Output A
3. If the date in Data B is not between of any date in Data A, please show in Output B

In real data , it have a lot of date and we need to check if it is between both date in Data A.
May i know how can we do it in this case?
Thank you.