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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

cleanventory_id ▼ inventory_id inchi_id
1547 1604 1604 22256 22256
62905 70754 70754 22256 22256
81175 89191 89191 22256 22256
149670 160520 160520 22256 22256
181833 208765 208765 22256 22256
181834 208766 208766 22256 22256
181835 208767 208767 22256 22256
196291 224130 224130 22256 22256
205136 236970 236970 22256 22256
293480 339068 339068 22256 22256
471503 530510 530510 22256 22256
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 222.842ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website