api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 134523
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1190624 | 1190624 | 32251 32251 | Computational Toxicology and Exposure Data 4 | 134523 134523 | 1 |
| 1190625 | 1190625 | 32252 32252 | Computational Toxicology and Exposure Data 4 | 134523 134523 | 1 |
| 1190626 | 1190626 | 157639 157639 | Computational Toxicology and Exposure Data 4 | 134523 134523 | 1 |
| 1190627 | 1190627 | 66918 66918 | Computational Toxicology and Exposure Data 4 | 134523 134523 | 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)
);