The Minnesota County Well Index
Database Dictionary

Home   |   Table Relationships   |   Data Tables   |   Code Tables   |   Views   |   Data Entry


Table: C5RM
The remarks table. Free-form comments or other information regarding the well which otherwise was not provided.

 

Column Name

Type

Length

Precision

Scale

Null

Default

Code Table

Data Range

Description

C5RM_SEQ_NO

NUMBER

12

0

 

N

 

 

Primary key

RELATEID

CHAR

10

 

 

N

 

 

Minnesota Unique Well Number.

SEQ_NO

NUMBER

5

0

 

Y

 

 

Sequence number of remarks.  Keeps the remarks in order.

REMARKS VARCHAR2 80     Y     Free-form comments or other information not provided for otherwise.
OBJECTID NUMBER 38 0   N     An ObjectID is a unique, not null integer field used to uniquely identify rows in tables in a geodatabase
WELLID NUMBER 10 0   N     Minnesota Unique Well Number and Foreign Key


Home   |   Table Relationships   |   Data Tables   |   Code Tables   |   Views   |   Data Entry