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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
4771 5042 5042 74785 74785
32817 34885 34885 74785 74785
55134 61646 61646 74785 74785
66420 74494 74494 74785 74785
186683 213980 213980 74785 74785
222803 256984 256984 74785 74785
255868 291848 291848 74785 74785
255869 291849 291849 74785 74785
289041 332631 332631 74785 74785
335880 388471 388471 74785 74785
383612 439051 439051 74785 74785
416459 474546 474546 74785 74785
426033 484869 484869 74785 74785
427341 486197 486197 74785 74785
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 255.363ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website