api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 3466
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 6522 | 6522 | 3466 3466 | PubChem (compound) 1 | 68269 68269 | 1 |
| 304485 | 304485 | 3466 3466 | PubChem (substance) 2 | 68269 68269 | 1 |
| 697026 | 697026 | 3466 3466 | PubChem (substance) 2 | 224181 224181 | 2 |
| 942958 | 942958 | 3466 3466 | CAS Common Chemistry 3 | 68269 68269 | 1 |
| 1140520 | 1140520 | 3466 3466 | Computational Toxicology and Exposure Data 4 | 68269 68269 | 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)
);