DBA Data[Home] [Help] [Dependency Information]


TABLE: SCOTT.DEPT

Object Details
Object Name: DEPT
Object Type: TABLE
Owner: SCOTT
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Primary Key: SYS_C0093797
  1. ColumnDEPTNO
Indexes
Index Type Uniqueness Tablespace Column
SYS_C0093797 NORMAL UNIQUE TablespaceSYSTEM ColumnDEPTNO
Columns
Name Datatype Length Mandatory Comments
DEPTNO NUMBER (2) Yes
DNAME VARCHAR2 (14)
LOC VARCHAR2 (13)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DEPTNO
,      DNAME
,      LOC
FROM SCOTT.DEPT;

Dependencies

[top of page]

SCOTT.DEPT does not reference any database object

SCOTT.DEPT is not referenced by any database object