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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
2488 2580 2580 40573 40573
60870 68329 68329 40573 40573
64594 72605 72605 40573 40573
111735 119707 119707 40573 40573
183286 210200 210200 40573 40573
183287 210201 210201 40573 40573
192806 220614 220614 40573 40573
216477 250266 250266 40573 40573
293009 338370 338370 40573 40573
478488 537735 537735 40573 40573
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.702ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website