home / zeropm-v0-0-4

cleanventory_chemicals

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

12 rows where inchi_id = 68773

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
1595 1653 1653 68773 68773
25651 27585 27585 68773 68773
26653 28669 28669 68773 68773
60981 68455 68455 68773 68773
63651 71585 71585 68773 68773
140722 149841 149841 68773 68773
169468 185776 185776 68773 68773
187616 214963 214963 68773 68773
221762 255867 255867 68773 68773
253574 289511 289511 68773 68773
275308 315101 315101 68773 68773
480461 540291 540291 68773 68773
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 251.096ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website