home / zeropm-v0-0-4

cleanventory_chemicals

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

11 rows where inchi_id = 75435

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
4785 5056 5056 75435 75435
27587 29602 29602 75435 75435
41689 45791 45791 75435 75435
142671 153481 153481 75435 75435
186502 213795 213795 75435 75435
206226 238420 238420 75435 75435
222906 257090 257090 75435 75435
256077 292051 292051 75435 75435
256078 292052 292052 75435 75435
427356 486212 486212 75435 75435
466789 525794 525794 75435 75435
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 977.35ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website