Which expression in the custom filter of the Filter tool will convert the following input to the output? Input: T output: F output: Region is a string data type, Total is numeric, and Date is date. A. [Date] ≥ "2022-01-01" AND [Date] ≤ "2022-03-31" AND [Total] > 45 B. [Date] ≥ "2022-01-01" OR [Date] ≤ "2022-03-31" AND [Total] > 45 C. [Date] ≥ "2022-01-01" AND [Date] ≤ "2022-03-31" OR [Total] > 45 D. [Date] ≥ "2022-01-01" OR [Date] ≤ "2022-03-31" OR [Total] > 45"