home / zeropm-v0-0-4

cleanventory_chemicals

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

11 rows where inchi_id = 30506

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
10889 11189 11189 30506 30506
31241 33223 33223 30506 30506
43727 48198 48198 30506 30506
83251 91256 91256 30506 30506
174848 199610 199610 30506 30506
194550 222384 222384 30506 30506
214710 248410 248410 30506 30506
240109 275438 275438 30506 30506
240110 275439 275439 30506 30506
437476 496321 496321 30506 30506
472046 531049 531049 30506 30506
CREATE TABLE [cleanventory_chemicals] (
        [cleanventory_id] integer PRIMARY KEY,
        [inventory_id] integer,
        [inchi_id] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 843.694ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website