Description of the illustration DEPT-Table-Example
Image of a DEPT table. The table structure includes a column name, data type, nullable, default, and primary key. The image includes three rows named DEPTNO, DNAME, and LOC. DEPTNO has a data type of NUMBER(2,0) and is not nullable. DNAME has a data type of VARCHAR2(14) and is nullable. LOC has a data type of VARCHAR2(13) and is nullable.