api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 13743
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 28220 | 28220 | 13743 13743 | PubChem (compound) 1 | 91449 91449 | 1 |
| 335861 | 335861 | 13743 13743 | PubChem (substance) 2 | 91449 91449 | 1 |
| 711400 | 711400 | 13743 13743 | PubChem (substance) 2 | 168415 168415 | 2 |
| 958888 | 958888 | 13743 13743 | CAS Common Chemistry 3 | 91449 91449 | 1 |
| 1159298 | 1159298 | 13743 13743 | Computational Toxicology and Exposure Data 4 | 91449 91449 | 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)
);