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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
4510 4782 4782 54015 54015
40127 42684 42684 54015 54015
58854 65997 65997 54015 54015
65929 74008 74008 54015 54015
142363 153177 153177 54015 54015
190164 217933 217933 54015 54015
219235 253068 253068 54015 54015
296628 343479 343479 54015 54015
427027 485884 485884 54015 54015
466501 525511 525511 54015 54015
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 1166.023ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website