api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 98197
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1171482 | 1171482 | 19117 19117 | Computational Toxicology and Exposure Data 4 | 98197 98197 | 1 |
| 1171483 | 1171483 | 119509 119509 | Computational Toxicology and Exposure Data 4 | 98197 98197 | 1 |
| 1171484 | 1171484 | 19118 19118 | Computational Toxicology and Exposure Data 4 | 98197 98197 | 1 |
| 1171485 | 1171485 | 233223 233223 | Computational Toxicology and Exposure Data 4 | 98197 98197 | 1 |
| 1171486 | 1171486 | 438526 438526 | Computational Toxicology and Exposure Data 4 | 98197 98197 | 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)
);