api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 358469
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 4097 | 4097 | 358469 358469 | PubChem (compound) 1 | 30972 30972 | 1 |
| 301245 | 301245 | 358469 358469 | PubChem (substance) 2 | 30972 30972 | 1 |
| 695490 | 695490 | 358469 358469 | PubChem (substance) 2 | 221775 221775 | 2 |
| 941117 | 941117 | 358469 358469 | CAS Common Chemistry 3 | 30972 30972 | 1 |
| 1138395 | 1138395 | 358469 358469 | Computational Toxicology and Exposure Data 4 | 30972 30972 | 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)
);