api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 42232
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 81487 | 81487 | 42232 42232 | PubChem (compound) 1 | 145277 145277 | 1 |
| 81489 | 81489 | 42232 42232 | PubChem (compound) 1 | 193185 193185 | 2 |
| 411077 | 411077 | 42232 42232 | PubChem (substance) 2 | 145277 145277 | 2 |
| 411081 | 411081 | 42232 42232 | PubChem (substance) 2 | 193185 193185 | 1 |
| 739129 | 739129 | 42232 42232 | PubChem (substance) 2 | 193185 193185 | 3 |
| 997771 | 997771 | 42232 42232 | CAS Common Chemistry 3 | 63851 63851 | 1 |
| 1200860 | 1200860 | 42232 42232 | Computational Toxicology and Exposure Data 4 | 135103 135103 | 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)
);