home / zeropm-v0-0-4

cleanventory_chemicals

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

11 rows where inchi_id = 68369

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
4621 4893 4893 68369 68369
36623 38904 38904 68369 68369
48214 53452 53452 68369 68369
66183 74260 74260 68369 68369
142491 153305 153305 68369 68369
187669 215023 215023 68369 68369
221693 255797 255797 68369 68369
253404 289356 289356 68369 68369
253405 289357 289357 68369 68369
427168 486025 486025 68369 68369
466626 525634 525634 68369 68369
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 428.205ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website