home / zeropm-v0-0-4

cleanventory_chemicals

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

14 rows where inchi_id = 77866

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
4980 5250 5250 77866 77866
13951 14312 14312 77866 77866
31246 33228 33228 77866 77866
49053 54606 54606 77866 77866
66782 74854 74854 77866 77866
93190 101144 101144 77866 77866
154803 165819 165819 77866 77866
185824 213086 213086 77866 77866
223413 257634 257634 77866 77866
257288 293305 293305 77866 77866
257289 293306 293306 77866 77866
282308 323347 323347 77866 77866
427617 486470 486470 77866 77866
442214 501022 501022 77866 77866
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 293.512ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website