home / zeropm-v0-0-4

cleanventory_chemicals

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

10 rows where inchi_id = 112768

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
17417 18030 18030 112768 112768
34186 36250 36250 112768 112768
48853 54244 54244 112768 112768
105893 113900 113900 112768 112768
161041 173951 173951 112768 112768
214334 248018 248018 112768 112768
239238 274526 274526 112768 112768
278606 319037 319037 112768 112768
449034 507783 507783 112768 112768
477357 536533 536533 112768 112768
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 397.363ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website