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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
5259 5529 5529 83474 83474
32163 34233 34233 83474 83474
52919 59028 59028 83474 83474
67096 75166 75166 83474 83474
143079 153888 153888 83474 83474
185039 212209 212209 83474 83474
224257 258578 258578 83474 83474
258846 295011 295011 83474 83474
258847 295012 295012 83474 83474
427829 486679 486679 83474 83474
467054 526058 526058 83474 83474
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 598.016ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website