api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 183712
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 77847 | 77847 | 183712 183712 | PubChem (compound) 1 | 51703 51703 | 1 |
| 406093 | 406093 | 183712 183712 | PubChem (substance) 2 | 51703 51703 | 1 |
| 824942 | 824942 | 183712 183712 | PubChem (substance) 2 | 280283 280283 | 2 |
| 995078 | 995078 | 183712 183712 | CAS Common Chemistry 3 | 51703 51703 | 1 |
| 1198121 | 1198121 | 183712 183712 | Computational Toxicology and Exposure Data 4 | 51703 51703 | 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)
);