home / zeropm-v0-0-4

cleanventory_chemicals

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

12 rows where inchi_id = 74097

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
4713 4984 4984 74097 74097
44221 48770 48770 74097 74097
66329 74403 74403 74097 74097
142590 153401 153401 74097 74097
179227 206168 206168 74097 74097
186825 214123 214123 74097 74097
206133 238323 238323 74097 74097
222590 256768 256768 74097 74097
255388 291372 291372 74097 74097
288159 331620 331620 74097 74097
427276 486132 486132 74097 74097
466727 525732 525732 74097 74097
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 238.934ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website