api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 94340
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1164851 | 1164851 | 16120 16120 | Computational Toxicology and Exposure Data 4 | 94340 94340 | 1 |
| 1164852 | 1164852 | 16121 16121 | Computational Toxicology and Exposure Data 4 | 94340 94340 | 1 |
| 1164853 | 1164853 | 406816 406816 | Computational Toxicology and Exposure Data 4 | 94340 94340 | 1 |
| 1164854 | 1164854 | 231511 231511 | Computational Toxicology and Exposure Data 4 | 94340 94340 | 1 |
CREATE TABLE [api_results] (
[query_id] integer,
[api_id] integer,
[inchi_id] integer,
[rank] integer,
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id),
FOREIGN KEY (api_id) REFERENCES api_services(api_id),
FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);