The examples in this article use the DEPT table from the SCOTT schema, as defined below. -- DROP TABLE DEPT PURGE; CREATE TABLE DEPT ( DEPTNO ...
確定! 回上一頁