home / zeropm-v0-0-4

cleanventory_chemicals

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

13 rows where inchi_id = 62798

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
8906 9163 9163 62798 62798
75536 83553 83553 62798 62798
165874 180407 180407 62798 62798
220808 254798 254798 62798 62798
251269 286904 286904 62798 62798
251270 286905 286905 62798 62798
292227 337265 337265 62798 62798
329122 380751 380751 62798 62798
374794 429296 429296 62798 62798
411362 468604 468604 62798 62798
425418 484166 484166 62798 62798
433534 492361 492361 62798 62798
470044 529029 529029 62798 62798
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 1484.144ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website