SCPG

849 rows


Description

General information for Cone Penetration Test (CPT)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
SCPG_ID INT UNSIGNED 10 null
SCPT.SCPG_ID SCPT_ibfk_1C

Unique ID (primary key) for entries in the SCPG table

TEST_ID INT UNSIGNED 10 null
TEST.TEST_ID SCPG_ibfk_1C
SCPG_CSA FLOAT 12 null

Surface area of cone tip in square centimeters (cm2)

SCPG_RATE FLOAT 12 null

Nominal rate of penetration of the cone in cm/s

SCPG_CREW VARCHAR 100 null

Name of logger / organization

SCPG_METH VARCHAR 100 null

Penetration method if different from the standard electronic CPT (i.e., ASTM D5778-12)

SCPG_STAR DATETIME 19 null

Start date of activity

SCPG_ENDD DATETIME 19 null

End date of activity

SCPG_PWP VARCHAR 20 null

Position of pore pressure measurement on cone (e.g., u2)

SCPG_REM VARCHAR 1000 null

Remarks

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc SCPG_ID
TEST_ID Performance Asc TEST_ID

Relationships