api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 102652
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 1156653 | 1156653 | 12561 12561 | Computational Toxicology and Exposure Data 4 | 102652 102652 | 1 |
| 1156654 | 1156654 | 12562 12562 | Computational Toxicology and Exposure Data 4 | 102652 102652 | 1 |
| 1156655 | 1156655 | 101248 101248 | Computational Toxicology and Exposure Data 4 | 102652 102652 | 1 |
| 1156656 | 1156656 | 233694 233694 | Computational Toxicology and Exposure Data 4 | 102652 102652 | 1 |
| 1156657 | 1156657 | 121330 121330 | Computational Toxicology and Exposure Data 4 | 102652 102652 | 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)
);