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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
27125 29140 29140 20541 20541
80762 88780 88780 20541 20541
196611 224458 224458 20541 20541
296549 343274 343274 20541 20541
318345 368387 368387 20541 20541
318346 368388 368388 20541 20541
318347 368389 368389 20541 20541
318348 368390 368390 20541 20541
362159 414985 414985 20541 20541
362160 414986 414986 20541 20541
403580 459304 459304 20541 20541
423358 481886 481886 20541 20541
436214 495075 495075 20541 20541
471407 530413 530413 20541 20541
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 263.393ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website