api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 111519
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1201266 | 1201266 | 71510 71510 | Computational Toxicology and Exposure Data 4 | 111519 111519 | 1 |
| 1201267 | 1201267 | 42565 42565 | Computational Toxicology and Exposure Data 4 | 111519 111519 | 1 |
| 1201268 | 1201268 | 42564 42564 | Computational Toxicology and Exposure Data 4 | 111519 111519 | 1 |
| 1201269 | 1201269 | 194016 194016 | Computational Toxicology and Exposure Data 4 | 111519 111519 | 1 |
| 1201270 | 1201270 | 71508 71508 | Computational Toxicology and Exposure Data 4 | 111519 111519 | 1 |
| 1201271 | 1201271 | 71509 71509 | Computational Toxicology and Exposure Data 4 | 111519 111519 | 1 |
| 1201272 | 1201272 | 58030 58030 | Computational Toxicology and Exposure Data 4 | 111519 111519 | 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)
);