image_to_experiment - View
HomeTablesSchemasDiagramsForeign KeysIndexes

Nameimage_to_experiment
SQL
SELECT image_to_celltype.image_id, image_to_celltype.image_url, image_to_celltype.stack_pos, image_to_celltype.x_dim, image_to_celltype.y_dim, image_to_celltype.z_coor, image_to_celltype.stack_id, image_to_celltype.time_id, image_to_celltype.microscopy_filter_id, image_to_celltype.substance_id, image_to_celltype.name, image_to_celltype.field_of_view_id, image_to_celltype.slide_id, image_to_celltype.experiment_id, image_to_celltype.protocol_id, image_to_celltype.cell_name, image_to_celltype.cell_organism, tblexperiment.exp_title, tblexperiment.exp_date, tblexperiment.researcher_id, image_to_celltype.stack_description, image_to_celltype.x_coor, image_to_celltype.y_coor FROM image_to_celltype, tblexperiment WHERE image_to_celltype.experiment_id = tblexperiment.experiment_id