home / zeropm-v0-0-4

cleanventory_chemicals

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

20 rows where inchi_id = 74130

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
4741 5012 5012 74130 74130
39195 41629 41629 74130 74130
44598 49232 49232 74130 74130
66363 74437 74437 74130 74130
142617 153428 153428 74130 74130
179261 206202 206202 74130 74130
186799 214097 214097 74130 74130
222643 256820 256820 74130 74130
255512 291498 291498 74130 74130
255513 291499 291499 74130 74130
288941 332516 332516 74130 74130
334002 386592 386592 74130 74130
334003 386593 386593 74130 74130
380833 436269 436269 74130 74130
380834 436270 436270 74130 74130
415166 473252 473252 74130 74130
415167 473253 473253 74130 74130
425966 484801 484801 74130 74130
427307 486163 486163 74130 74130
466755 525760 525760 74130 74130
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 230.842ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website