home / zeropm-v0-0-4

cleanventory_chemicals

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

14 rows where inchi_id = 108147

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
16162 16746 16746 108147 108147
29663 31661 31661 108147 108147
54142 60433 60433 108147 108147
100817 108873 108873 108147 108147
197065 224966 224966 108147 108147
212465 245805 245805 108147 108147
235641 270876 270876 108147 108147
235642 270877 270877 108147 108147
276915 316996 316996 108147 108147
318016 368037 368037 108147 108147
361807 414612 414612 108147 108147
403353 459062 459062 108147 108147
423261 481777 481777 108147 108147
446648 505438 505438 108147 108147
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 1113.766ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website