타임캡쳐/Oracle
Using the Where Clause
靑峰
2007. 10. 16. 21:11
select employee_id, last_name, job_id, department_id
from employees
where department_id = 90 ;