home / zeropm-v0-0-4

cleanventory_chemicals

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

10 rows where inchi_id = 112087

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
10557 10858 10858 112087 112087
56553 63200 63200 112087 112087
81963 89971 89971 112087 112087
150019 160865 160865 112087 112087
195758 223589 223589 112087 112087
213682 247333 247333 112087 112087
237746 273049 273049 112087 112087
237747 273050 273050 112087 112087
436753 495610 495610 112087 112087
471675 530680 530680 112087 112087
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 223.708ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website