api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21629
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 25595 | 25595 | 21629 21629 | PubChem (compound) 1 | 23482 23482 | 1 |
| 332274 | 332274 | 21629 21629 | PubChem (substance) 2 | 13104 13104 | 2 |
| 332410 | 332410 | 21629 21629 | PubChem (substance) 2 | 23482 23482 | 1 |
| 972970 | 972970 | 21629 21629 | CAS Common Chemistry 3 | 23482 23482 | 1 |
| 1175644 | 1175644 | 21629 21629 | Computational Toxicology and Exposure Data 4 | 23482 23482 | 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)
);