api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 139546
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 59973 | 59973 | 139546 139546 | PubChem (compound) 1 | 125750 125750 | 1 |
| 380599 | 380599 | 139546 139546 | PubChem (substance) 2 | 125750 125750 | 1 |
| 756293 | 756293 | 139546 139546 | PubChem (substance) 2 | 184104 184104 | 2 |
| 1019276 | 1019276 | 139546 139546 | CAS Common Chemistry 3 | 53764 53764 | 1 |
| 1221687 | 1221687 | 139546 139546 | Computational Toxicology and Exposure Data 4 | 125750 125750 | 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)
);