home / zeropm-v0-0-4

cleanventory_chemicals

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

11 rows where inchi_id = 26256

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
17115 17716 17716 26256 26256
40554 43131 43131 26256 26256
52203 58236 58236 26256 26256
104688 112706 112706 26256 26256
195512 223345 223345 26256 26256
213877 247533 247533 26256 26256
238088 273391 273391 26256 26256
238089 273392 273392 26256 26256
238090 273393 273393 26256 26256
293921 339760 339760 26256 26256
477016 536195 536195 26256 26256
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 249.596ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website