api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 117274
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1162650 | 1162650 | 337177 337177 | Computational Toxicology and Exposure Data 4 | 117274 117274 | 1 |
| 1162651 | 1162651 | 15231 15231 | Computational Toxicology and Exposure Data 4 | 117274 117274 | 1 |
| 1162652 | 1162652 | 410599 410599 | Computational Toxicology and Exposure Data 4 | 117274 117274 | 1 |
| 1162653 | 1162653 | 359157 359157 | Computational Toxicology and Exposure Data 4 | 117274 117274 | 1 |
| 1162654 | 1162654 | 15232 15232 | Computational Toxicology and Exposure Data 4 | 117274 117274 | 1 |
| 1162655 | 1162655 | 359156 359156 | Computational Toxicology and Exposure Data 4 | 117274 117274 | 1 |
| 1162656 | 1162656 | 131155 131155 | Computational Toxicology and Exposure Data 4 | 117274 117274 | 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)
);