api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 108638
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 755792 | 755792 | 68461 68461 | PubChem (substance) 2 | 108638 108638 | 3 |
| 755793 | 755793 | 315943 315943 | PubChem (substance) 2 | 108638 108638 | 2 |
| 1218018 | 1218018 | 68461 68461 | Computational Toxicology and Exposure Data 4 | 108638 108638 | 1 |
| 1218019 | 1218019 | 152256 152256 | Computational Toxicology and Exposure Data 4 | 108638 108638 | 1 |
| 1218020 | 1218020 | 68462 68462 | Computational Toxicology and Exposure Data 4 | 108638 108638 | 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)
);