Example:
Table: one Column (PK): employee_ssn Column: employee_active bit
Table: two Column (pk): date Column (FK): employee_ssn Column: total_income Column: total_expenses
--
Selecting data from table two:
select * from two
In this example, how would I select for all employees with "1" for "employee_active"?