network
The network table contains general information about seismic networks (see affiliation).
|
FIELD |
COLUMN |
STORAGE |
EXTERNAL |
CHARACTER |
DESCRIPTION |
|
NUMBER |
TYPE |
FORMAT |
POSITION |
||
|
1 |
net |
varchar2(8) |
a8 |
1-8 |
unique network identifier |
|
2 |
netname |
varchar2(80) |
a80 |
10-89 |
network name |
|
3 |
nettype |
varchar2(4) |
a4 |
91-94 |
network type (array, local, world-wide, etc.) |
|
4 |
auth |
varchar2(15) |
a15 |
96-110 |
source/originator |
|
5 |
commid |
number(9) |
i9 |
112-120 |
comment identifier |
|
6 |
lddate |
date |
a19 |
122-140 |
load date |
|
Keys: |
Primary |
net |
|
|
Foreign |
commid |
|
|
|
|
|
Data: |
Descriptive |
net, netname, nettype |
|
|
Administrative |
auth, lddate |