home / zeropm-v0-0-4

cleanventory_chemicals

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

13 rows where inchi_id = 49676

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
36339 38580 38580 49676 49676
61463 68974 68974 49676 49676
115190 123129 123129 49676 49676
191074 218856 218856 49676 49676
218184 251992 251992 49676 49676
324825 375088 375088 49676 49676
324826 375089 375089 49676 49676
369749 422823 422823 49676 49676
369750 422824 422824 49676 49676
408347 464270 464270 49676 49676
408348 464271 464271 49676 49676
424833 483532 483532 49676 49676
448561 507314 507314 49676 49676
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 319.18ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website