api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 139585
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 159782 | 159782 | 139585 139585 | PubChem (compound) 1 | 53932 53932 | 1 |
| 517996 | 517996 | 139585 139585 | PubChem (substance) 2 | 53932 53932 | 1 |
| 798281 | 798281 | 139585 139585 | PubChem (substance) 2 | 143976 143976 | 2 |
| 1055073 | 1055073 | 139585 139585 | CAS Common Chemistry 3 | 53932 53932 | 1 |
| 1257785 | 1257785 | 139585 139585 | Computational Toxicology and Exposure Data 4 | 53932 53932 | 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)
);