home / zeropm-v0-0-4

cleanventory_chemicals

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

13 rows where inchi_id = 3821

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
14717 15167 15167 3821 3821
37107 39409 39409 3821 3821
60525 67938 67938 3821 3821
95068 103217 103217 3821 3821
201341 229654 229654 3821 3821
209201 241923 241923 3821 3821
229806 264500 264500 3821 3821
229807 264501 264501 3821 3821
229808 264502 264502 3821 3821
229809 264503 264503 3821 3821
293099 338487 338487 3821 3821
443501 502374 502374 3821 3821
474952 534082 534082 3821 3821
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 300.044ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website