home / zeropm-v0-0-4

cleanventory_chemicals

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

20 rows where inchi_id = 106643

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
3302 3443 3443 106643 106643
17778 18406 18406 106643 106643
27455 29466 29466 106643 106643
51305 57175 57175 106643 106643
107353 115344 115344 106643 106643
161837 174935 174935 106643 106643
194427 222262 222262 106643 106643
214831 248547 248547 106643 106643
240324 275693 275693 106643 106643
240325 275694 275694 106643 106643
240326 275695 275695 106643 106643
320940 371227 371227 106643 106643
320941 371228 371228 106643 106643
365119 418219 418219 106643 106643
365120 418220 418220 106643 106643
405458 461397 461397 106643 106643
405459 461398 461398 106643 106643
423967 482668 482668 106643 106643
449688 508431 508431 106643 106643
477724 536914 536914 106643 106643
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 373.781ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website