What would the WHERE clause look like in a SELECT query that selects fields from the TaskMasterList, ProjectLineItems, and Projects tables?
A) WHERE TaskMasterList AND ProjectLineItems AND Projects
B) WHERE TaskMasterList OR ProjectLineItems OR Projects
C) WHERE TaskMasterList = ProjectLineItems = Projects
D) WHERE TaskMasterList AND ProjectLineItems = Projects