api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where inchi_id = 92326
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 113556 | 113556 | 83512 83512 | PubChem (compound) 1 | 92326 92326 | 3 |
| 113557 | 113557 | 329017 329017 | PubChem (compound) 1 | 92326 92326 | 2 |
| 113558 | 113558 | 298792 298792 | PubChem (compound) 1 | 92326 92326 | 1 |
| 455838 | 455838 | 298792 298792 | PubChem (substance) 2 | 92326 92326 | 1 |
| 455839 | 455839 | 329017 329017 | PubChem (substance) 2 | 92326 92326 | 3 |
| 455840 | 455840 | 83512 83512 | PubChem (substance) 2 | 92326 92326 | 3 |
| 1223617 | 1223617 | 83512 83512 | Computational Toxicology and Exposure Data 4 | 92326 92326 | 1 |
| 1223618 | 1223618 | 393060 393060 | Computational Toxicology and Exposure Data 4 | 92326 92326 | 1 |
| 1223619 | 1223619 | 329017 329017 | Computational Toxicology and Exposure Data 4 | 92326 92326 | 1 |
| 1223620 | 1223620 | 298792 298792 | Computational Toxicology and Exposure Data 4 | 92326 92326 | 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)
);