home / zeropm-v0-0-4

cleanventory_chemicals

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

29 rows where inchi_id = 6245

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
1236 1282 1282 6245 6245
7033 7296 7296 6245 6245
32245 34314 34314 6245 6245
44474 49102 49102 6245 6245
64742 72774 72774 6245 6245
69520 77581 77581 6245 6245
144812 155616 155616 6245 6245
180609 207548 207548 6245 6245
180610 207549 207549 6245 6245
201241 229560 229560 6245 6245
204577 235823 235823 6245 6245
209305 242024 242024 6245 6245
229985 264691 264691 6245 6245
229986 264692 264692 6245 6245
229987 264693 264693 6245 6245
229988 264694 264694 6245 6245
229989 264695 264695 6245 6245
229990 264696 264696 6245 6245
284182 326272 326272 6245 6245
293388 338908 338908 6245 6245
309015 359109 359109 6245 6245
309016 359110 359110 6245 6245
350761 403570 403570 6245 6245
350762 403571 403571 6245 6245
396755 452463 452463 6245 6245
396756 452464 452464 6245 6245
422240 480711 480711 6245 6245
430038 488879 488879 6245 6245
468303 527301 527301 6245 6245
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 987.883ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website