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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
4759 5030 5030 74754 74754
28329 30344 30344 74754 74754
66392 74466 74466 74754 74754
186691 213988 213988 74754 74754
272628 311938 311938 74754 74754
334709 387300 387300 74754 74754
381787 437226 437226 74754 74754
415610 473697 473697 74754 74754
426000 484836 484836 74754 74754
427329 486185 486185 74754 74754
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 230.755ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website