SCPT

572044 rows


Description

Cone Penetration Test (CPT) Data

Columns

Column Type Size Nulls Auto Default Children Parents Comments
SCPT_ID INT UNSIGNED 10 null

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

SCPG_ID INT UNSIGNED 10 null
SCPG.SCPG_ID SCPT_ibfk_1C
SCPT_DPTH FLOAT 12 null

Depth of CPT measurement in m

SCPT_RES FLOAT 12 null

Cone tip resistance (qc) in MPa

SCPT_FRES FLOAT 12 null

Sleeve friction resistance (fs) in MPa

SCPT_PWP FLOAT 12 null

Pore-water pressure in MPa

Indexes

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

Relationships