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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
9059 9317 9317 93402 93402
41881 46007 46007 93402 93402
76450 84466 84466 93402 93402
147723 158515 158515 93402 93402
162219 175416 175416 93402 93402
185499 212725 212725 93402 93402
223748 258027 258027 93402 93402
339970 392952 392952 93402 93402
388697 444555 444555 93402 93402
419767 478233 478233 93402 93402
426399 485254 485254 93402 93402
434027 492852 492852 93402 93402
470235 529223 529223 93402 93402
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 822.012ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website