There is an employee table where characteristics of employees are recorded. Just as an example, we want a query to show female employees, employees aged 30, or both. In other words, we need the query to show records based on two criterion, however if one criteria is empty that criterion...