home / zeropm-v0-0-4

cleanventory_chemicals

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

23 rows where inchi_id = 103704

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
13532 13877 13877 103704 103704
40015 42527 42527 103704 103704
52199 58232 58232 103704 103704
92321 100279 100279 103704 103704
154300 165310 165310 103704 103704
182258 209190 209190 103704 103704
182259 209191 209191 103704 103704
222431 256609 256609 103704 103704
255058 291050 291050 103704 103704
255059 291051 291051 103704 103704
255060 291052 291052 103704 103704
333079 385673 385673 103704 103704
333080 385674 385674 103704 103704
333081 385675 385675 103704 103704
379692 435133 435133 103704 103704
379693 435134 435134 103704 103704
379694 435135 435135 103704 103704
414391 472484 472484 103704 103704
414392 472485 472485 103704 103704
414393 472486 472486 103704 103704
425871 484707 484707 103704 103704
441626 500425 500425 103704 103704
473826 532825 532825 103704 103704
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 950.196ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website