home / zeropm-v0-0-4

cleanventory_chemicals

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

29 rows where inchi_id = 15696

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
2542 2639 2639 15696 15696
25548 27467 27467 15696 15696
33908 35967 35967 15696 15696
42068 46213 46213 15696 15696
63036 70890 70890 15696 15696
135816 144459 144459 15696 15696
141261 150854 150854 15696 15696
178512 204731 204731 15696 15696
197619 225536 225536 15696 15696
204995 236701 236701 15696 15696
211966 245218 245218 15696 15696
234898 270116 270116 15696 15696
317438 367429 367429 15696 15696
317439 367430 367430 15696 15696
317440 367431 367431 15696 15696
317441 367432 367432 15696 15696
361068 413838 413838 15696 15696
361069 413839 413839 15696 15696
361070 413840 413840 15696 15696
361071 413841 413841 15696 15696
361072 413842 413842 15696 15696
361073 413843 413843 15696 15696
402882 458562 458562 15696 15696
402883 458563 458563 15696 15696
402884 458564 458564 15696 15696
402885 458565 458565 15696 15696
423112 481609 481609 15696 15696
465556 524502 524502 15696 15696
482901 543441 543441 15696 15696
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 1395.765ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website