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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
3191 3330 3330 15543 15543
23913 25202 25202 15543 15543
43227 47616 47616 15543 15543
63692 71627 71627 15543 15543
141269 150875 150875 15543 15543
197650 225566 225566 15543 15543
211942 245189 245189 15543 15543
234859 270077 270077 15543 15543
465554 524500 524500 15543 15543
482892 543431 543431 15543 15543
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 281.239ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website