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 = 76030

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
92941 100888 100888 76030 76030
154670 165685 165685 76030 76030
186268 213560 213560 76030 76030
223062 257249 257249 76030 76030
256476 292452 292452 76030 76030
256477 292453 292453 76030 76030
337743 390335 390335 76030 76030
386124 441564 441564 76030 76030
418046 476134 476134 76030 76030
426147 484984 484984 76030 76030
442001 500795 500795 76030 76030
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 1116.251ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website