Loop through a table collection. SQL> SQL> create table department 2 ( dept_id number(2), 3 dept_name varchar2(14), 4 no_of_emps varchar2(13) 5 ) 6 / Table ...
確定! 回上一頁