image_to_researcher - View
HomeTablesDiagramsForeign KeysIndexes

Nameimage_to_researcher
SQL
SELECT image_to_experiment.image_id, image_to_experiment.image_url, image_to_experiment.stack_pos, image_to_experiment.x_dim, image_to_experiment.y_dim, image_to_experiment.z_coor, image_to_experiment.stack_id, image_to_experiment.time_id, image_to_experiment.microscopy_filter_id, image_to_experiment.substance_id, image_to_experiment.name, image_to_experiment.field_of_view_id, image_to_experiment.slide_id, image_to_experiment.experiment_id, image_to_experiment.protocol_id, image_to_experiment.cell_name, image_to_experiment.cell_organism, image_to_experiment.exp_title, image_to_experiment.exp_date, image_to_experiment.researcher_id, tblresearcher.researcher_name, tblresearcher.researcher_email_add, tblresearcher.researcher_phone_num, tblresearcher.laboratory_id, image_to_experiment.stack_description, image_to_experiment.x_coor, image_to_experiment.y_coor FROM image_to_experiment, tblresearcher WHERE image_to_experiment.researcher_id = tblresearcher.researcher_id