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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
5742 6011 6011 68199 68199
32716 34783 34783 68199 68199
49566 55190 55190 68199 68199
75767 83784 83784 68199 68199
147439 158227 158227 68199 68199
157266 169406 169406 68199 68199
187700 215056 215056 68199 68199
221646 255749 255749 68199 68199
285859 328398 328398 68199 68199
433664 492491 492491 68199 68199
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 232.338ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website