home / zeropm-v0-0-4

cleanventory_chemicals

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

19 rows where inchi_id = 68

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
6019 6287 6287 68 68
30303 32299 32299 68 68
42345 46500 46500 68 68
68080 76148 76148 68 68
143781 154586 154586 68 68
179918 206857 206857 68 68
203842 232188 232188 68 68
207279 239816 239816 68 68
225807 260336 260336 68 68
225808 260337 260337 68 68
273610 313169 313169 68 68
301821 352065 352065 68 68
301822 352066 352066 68 68
343108 396075 396075 68 68
343109 396076 396076 68 68
391628 447465 447465 68 68
391629 447466 447466 68 68
421342 479807 479807 68 68
428657 487505 487505 68 68
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 295.786ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website