api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 97352
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1149403 | 1149403 | 8786 8786 | Computational Toxicology and Exposure Data 4 | 97352 97352 | 1 |
| 1149404 | 1149404 | 357255 357255 | Computational Toxicology and Exposure Data 4 | 97352 97352 | 1 |
| 1149405 | 1149405 | 103418 103418 | Computational Toxicology and Exposure Data 4 | 97352 97352 | 1 |
| 1149406 | 1149406 | 301857 301857 | Computational Toxicology and Exposure Data 4 | 97352 97352 | 1 |
| 1149407 | 1149407 | 103416 103416 | Computational Toxicology and Exposure Data 4 | 97352 97352 | 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)
);