Pollutants in the Environment
Pollutants in the Environment
Emergency Response
Pollutants in the Environment
Serving Communities
Natural Resource Restoration

Information for:
Emergency Responders
Students and Teachers
Interested Public
Research Institutions
Other Agencies

Current News
Special Note
FAQs

Catalogs of:
Publications
Software & Data Sets
Web Portals
Links
Downloads
Image Galleries
Abandoned Vessels
Drift Card Studies

About OR&R
Contact Us
Advanced Search
Site Index
Privacy Policy
Document Accessibility
small noaa logo Home | Pollutants in the Environment | Assessing Risk to Ecological Resources

Notes Regarding Sediment Toxicity (SEDTOX) Database

Table structures

The following tables describe the structure of the database management system developed for the SEDTOX database. Above each table are the names of the database tables and brief descriptions of the purpose. Following the database table names are "keys" which describe how unique records in the tables are defined. There are two sets of tables in the SEDTOX database system; one set for freshwater data and one set for marine data. The table structures for both sets are identical.

Site: Table to define general location
Key: Siteid

FIELD NAMETYPEWIDTH, DECDESCRIPTION
SITEIDChar4Site identifier
SITENAMEChar40Descriptive name for site
EPAREGIONNum2, 0Region for site location; 11 for Canada

Study: Provides basic information regarding the study (e.g. name, contact, etc.).
Key: Siteid+Studyid

FIELD NAMETYPEWIDTH, DECDESCRIPTION
SITEIDChar4Site identifier
STUDYIDChar2Study identifier
STUDYNAMEChar40Short name of study
CONTACTChar40Contact source for data
SEDCHEMLogical1Sediment chemistry data, Y or N?
SEDTOXLogical1Sediment toxicity data, Y or N?

Studynot: Primarily a table for descriptive notes regarding the study design and method for recording data in the database. Information may include how replicates are recorded and any chemical sums calculated.
Key: Siteid+Studyid

FIELD NAMETYPEWIDTH, DECDESCRIPTION
SITEIDChar4Site identifier
STUDYIDChar2Study identifier
NOTESMemo10Memo field data processing notes

Studyref: Contains information regarding the document which describes the study and data.
Key: Siteid+Studyid

FIELD NAMETYPEWIDTH, DECDESCRIPTION
SITEIDChar4Site identifier
STUDYIDChar2Study identifier
YEARChar4Year of publication
AUTHORSChar200Authors, if published
TITLEChar160Title, if published
SOURCEChar160Citation or agency, if published

Station: Listing of stations for sediment chemistry, tissue chemistry, and bioassay sample collections.
Key: Siteid+Studyid+Stationid

FIELD NAMETYPEWIDTH, DECDESCRIPTION
SITEIDChar4Site identifier
STUDYIDChar2Study identifier
STATIONIDChar6Station identifier
LATITUDENum12, 8Latitude in decimal degrees, NAD83
LONGITUDENum13, 8Longitude in decimal degrees, NAD83
EST_STNChar8How coordinates were established

Sample: Information regarding the sediment samples collected including stationid, sample date, depth (in centimeters). There should be records for true field samples and lab replicates.
Key: Siteid+Studyid+Stationid+Sampleid+Labrep

FIELD NAMETYPEWIDTH, DECDESCRIPTION
SITEIDChar4Site identifier
STUDYIDChar2Study identifier
STATIONIDChar6Station identifier
SAMPLEIDChar2Sample identifier
LABREPChar2Lab replicate number
SAMPDATEChar8Date sample collected as YYYYMMDD
SAMPTIMEChar5Time sample collected
UDEPTHNum8, 2Top depth of sample from sed/water interface in cm
LDEPTHNum8, 2Bottom depth of sample from sed/water interface in cm
TOCNum6, 2Total organic carbon as percent
PCTFINESNum6, 2Percent fines
UAN_PWNum10, 4Unionized ammonia in porewater
H2S_PWNum10, 4Hydrogen sulfide in porewater
EXSAMPIDChar12Investigator's sample identifier

Chem: Chemistry data associated with surface sediment samples.
Key: Siteid+Studyid+Stationid+Sampleid+Labrep+Chemcode

FIELD NAMETYPEWIDTH, DECDESCRIPTION
SITEIDChar4Site identifier
STUDYIDChar2Study identifier
STATIONIDChar6Station identifier
SAMPLEIDChar2Sample identifier
LABREPChar2Lab replicate number
CHEMCODEChar10Code for parameter name
CONCNum12, 5Measured concentration
QUALCODEChar5Assigned qualifier for concentration
UNITSChar6Units of concentration for parameter
MEASBASISChar2Wet (WW) or dry weight (DW) indication
MISSINGVALLogical1Data missing, Y or N?

Biosumm: Mean results (of replicate data) for sediment bioassay.
Key: Siteid+Studyid+Stationid+Sampleid+Testid

(When necessary, series may be used in the key to distinguish multiple results for the same test using the same sample. Notes will be in the Studynot.dbf table to provide details.)

Note: Bioextra is a table identical to biosumm. The table contains data for additional tests that were not used for the sediment toxicity evaluations (see explanation provided at the end of the structure information).

FIELD NAMETYPEWIDTH, DECDESCRIPTION
SITEIDChar4Site identifier
STUDYIDChar2Study identifier
STATIONIDChar6Station identifier
SAMPLEIDChar2Sample identifier
TESTIDChar12Bioassay test code
GROUPChar2Sample grouping
SERIESChar2Bioassay test series number
EFFECTVALNum7, 2Measured effect value
SIGEFFECTLogical1Was effect significant, Y or N?
NEGLogical1Negative control sample, Y or N?
REFLogical1Reference sample, Y or N?
STATLogical1Used for statistical comparison, Y or N?
CTRLADJNum6, 2Control-adjusted effect value
SIG_ORIGINChar2Code for toxic sample used by original study

Bmaster: Descriptives notes associated with bioassay tests where available.
Key: Siteid+Studyid+Testid

Note: Bmextra is a table identical to biosumm. The table contains information for additional tests that were not used for the sediment toxicity evaluations (see explanation provided at the end of the structure information).

FIELD NAMETYPEWIDTH, DECDESCRIPTION
SITEIDChar4Site identifier
STUDYIDChar2Study identifier
GROUPChar2Sample grouping based on spatial or temporal
TESTIDChar12Bioassay test code
SPIKEDLogical1Sediment spiked with contaminant, Y or N?
TESTCOMMMemo10Bioassay test comments

Qualify: Defines qualifiers used with chemical data
Key: Siteid+Studyid+Qualcode

FIELD NAMETYPEWIDTH, DECDESCRIPTION
SITEIDChar4Site identifier
STUDYIDChar2Study identifier
QUALCODEChar5Assigned qualifier code for concentration
QUALIFIERSChar30Qualifiers used in original study
DESCRIPTChar80Description of qualifiers used in study

Chemdict: Provides a unique list of chemical names and associated chemical codes which are used in the Chem table.
Key: Chemcode

FIELD NAMETYPEWIDTH, DECDESCRIPTION
CHEMCODEChar10Code for parameter name
CHEMNAMEChar40Full chemical name
CHEMCLASSChar8Chemical classification
CATEGORYChar8Alternate chemical classification
SUBCATGYChar10Subclassification for alternate chemical class
CHEMTOTALChar10Classification used for totaling chemicals
MOLWTNum7, 3Molecular weight of chemical
CASNUMChar24CAS number
UNITSChar6Units of concentration for chemical (sed/tiss)
WA_UNITSChar6Units of concentration for chemical in water media

Testdict: Provides a unique list of bioassay tests and associated test codes which are used in the Biosumm and Bmaster tables.
Key: Testid

FIELD NAMETYPEWIDTH, DECDESCRIPTION
TESTIDChar12Bioassay test code
MEDIUMChar15Medium tested
MEDCODEChar2Code for medium tested
GROUPChar20Bioassay species grouping
ALTGROUPChar20Alternate bioassay species grouping
SPECIESChar40Bioassay organism
SPPCODEChar3Code for bioassay organism
LHSChar10Life history stage of bioassay organism
LHSCODEChar1Code for life history stage
ENDPOINTChar30Bioassay test endpoint
ENDCODEChar2Code for test endpoint
DURATIONChar10Duration of test
DURCODEChar4Code for test duration

Sqc: A table of sediment quality guidelines (sediment quality criteria (sqc)) by chemical
Key: Sqccode+Chemcode

FIELD NAMETYPEWIDTH, DECDESCRIPTION
SQCCODEChar10Sediment quality guideline code
CHEMCODEChar10Code for parameter name
CONCNum10, 3Guideline concentration
UNITSChar6Units of concentration for SQC value
NORMChar2Normalization factor

Sqcdict: A description of the sediment quality guideline sources.
Key: Sqccode

FIELD NAMETYPEWIDTH, DECDESCRIPTION
SQCCODEChar10Sediment quality guideline code
SQCDESCRChar90Description of sediment quality guideline
YEARChar4Reference year for SQC publication
AUTHORSChar160Authors of the SQC publication
TITLEChar160Title of the SQC publication
SOURCEChar160Source reference for the SQC
COMMENTChar160Comments about use of the SQC

Comments regarding Bioextra.dbf and Bmextra.dbf

The Bioextra.dbf table has the same structure as biosumm.dbf and contains results from bioassay tests which were not used in the evaluation due to the following reasons:

  • In the marine data, some samples were run in two or more bioassay batches (refer to the series ID). A review of the data was conducted to try to determine which was the ?preferred? result from documentation (when available). The ?preferred? result was maintained in the biosumm table and the additional record(s) move to bioextra.dbf.
  • In the freshwater data, the results from Hyalella azteca and Chironomus sp tests often had multiple growth endpoints (length and weight). Based on personal communication (C.G.Ingersoll of United States Geological Survey), the preferred growth endpoints were length data for Hyalella and weight data for Chironomus. However, if the preferred endpoint for growth was not available, the alternate endpoint was retained in the biosumm.dbf table. The additional endpoints that were not used for the analyses of growth responses were placed in the bioextra table. Therefore, data for Chironomus length and Hyalella weight can be found in bioextra.dbf.

Bmextra is a table which has the same structure as Bmaster.dbf and contains additional notes (when available) about the tests that are recorded in Bioextra.dbf. A Bmextra is only available for the freshwater data.

Other pages in this series

NOAA logo