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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
4131 4303 4303 255080 255080
14591 15047 15047 255080 255080
33307 35379 35379 255080 255080
57756 64570 64570 255080 255080
94526 102697 102697 255080 255080
202414 230719 230719 255080 255080
208471 241048 241048 255080 255080
228407 263020 263020 255080 255080
228408 263021 263021 255080 255080
474792 533926 533926 255080 255080
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 380.601ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website