Which of the following represents a valid Domain Relational Calculus (DRC) query?
{⟨name, age⟩ | Employee(name, age) ∧ age < 30} represents a valid Domain Relational Calculus (DRC) query by fetching the ‘name’ and ‘age’ attributes from the ‘Employee’ relation where the condition ‘age < 30’ is satisfied.