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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
7851 8113 8113 44305 44305
38295 40718 40718 44305 44305
43683 48147 48147 44305 44305
51152 56939 56939 44305 44305
72068 80114 80114 44305 44305
145842 156642 156642 44305 44305
174660 199051 199051 44305 44305
192215 220004 220004 44305 44305
217099 250890 250890 44305 44305
244383 279812 279812 44305 44305
244384 279813 279813 44305 44305
244385 279814 279814 44305 44305
431464 490295 490295 44305 44305
469151 528139 528139 44305 44305
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 587.256ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website