Standard_Curve_2_File_Info

Join table that associates STANDARD_CURVE with FILE_INFO table records.

Columns
Name Type Description Foreign Key
standard_curve_accession varchar(15) Foreign key reference to STANDARD_CURVE table standard_curve.standard_curve_accession
file_info_id int(11) Foreign key reference to FILE_INFO table file_info.file_info_id
result_schema varchar(50) Standardized value in LK_RESULT_SCHEMA lk_expsample_result_schema.name
Indexes
Name Column Description
PRIMARY standard_curve_accession BTREE
PRIMARY file_info_id BTREE
fk_standard_curve_2_file_info_2 file_info_id BTREE
fk_standard_curve_2_file_info_3 result_schema BTREE
Tables that Reference this Table
Name Column Table Reference Column Reference