api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 160880
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 180112 | 180112 | 160880 160880 | PubChem (compound) 1 | 21506 21506 | 1 |
| 544941 | 544941 | 160880 160880 | PubChem (substance) 2 | 21506 21506 | 1 |
| 812446 | 812446 | 160880 160880 | PubChem (substance) 2 | 165720 165720 | 2 |
| 1070444 | 1070444 | 160880 160880 | CAS Common Chemistry 3 | 21506 21506 | 1 |
| 1271849 | 1271849 | 160880 160880 | Computational Toxicology and Exposure Data 4 | 109046 109046 | 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)
);