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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
14094 14556 14556 210 210
37993 40404 40404 210 210
59466 66710 66710 210 210
93409 101585 101585 210 210
203790 232133 232133 210 210
207115 239653 239653 210 210
225496 260022 260022 210 210
225497 260023 260023 210 210
225498 260024 260024 210 210
292057 336988 336988 210 210
442369 501287 501287 210 210
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 508.47ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website