home / zeropm-v0-0-4

cleanventory_chemicals

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

14 rows where inchi_id = 59940

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
1963 2044 2044 59940 59940
8867 9124 9124 59940 59940
39188 41622 41622 59940 59940
42608 46828 46828 59940 59940
64161 72132 72132 59940 59940
75313 83332 83332 59940 59940
147260 158049 158049 59940 59940
189014 216674 216674 59940 59940
220327 254244 254244 59940 59940
250350 285911 285911 59940 59940
250351 285912 285912 59940 59940
290369 334571 334571 59940 59940
433436 492263 492263 59940 59940
469996 528980 528980 59940 59940
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 1244.813ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website