타임캡쳐/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 ;

저작자표시 비영리 동일조건 (새창열림)