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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
12704 13017 13017 111793 111793
33146 35216 35216 111793 111793
41777 45896 45896 111793 111793
89725 97704 97704 111793 111793
189450 217113 217113 111793 111793
219846 253744 253744 111793 111793
249441 284998 284998 111793 111793
249442 284999 284999 111793 111793
249443 285000 285000 111793 111793
249444 285001 285001 111793 111793
287722 331099 331099 111793 111793
433330 492155 492155 111793 111793
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 1499.007ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website