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


TABLE: SCOTT.EMP_SNAPSHOT

Object Details
Object Name: EMP_SNAPSHOT
Object Type: TABLE
Owner: SCOTT
Subobject Name:
Status: VALID
Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Primary Key: SYS_C0093799
  1. ColumnEMPNO
Indexes
Index Type Uniqueness Tablespace Column
SYS_C0093799 NORMAL UNIQUE TablespaceSYSTEM ColumnEMPNO
Columns
Name Datatype Length Mandatory Comments
EMPNO NUMBER (4) Yes
ENAME VARCHAR2 (10)
JOB VARCHAR2 (9)
MGR NUMBER (4)
HIREDATE DATE

SAL NUMBER (7)
COMM NUMBER (7)
DEPTNO NUMBER (2)
Query Text

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


SELECT EMPNO
,      ENAME
,      JOB
,      MGR
,      HIREDATE
,      SAL
,      COMM
,      DEPTNO
FROM SCOTT.EMP_SNAPSHOT;

Dependencies

[top of page]

SCOTT.EMP_SNAPSHOT does not reference any database object

SCOTT.EMP_SNAPSHOT is referenced by following:

SchemaSCOTT
Materialized ViewEMP_SNAPSHOT