api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 109746
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 128866 | 128866 | 109746 109746 | PubChem (compound) 1 | 8742 8742 | 1 |
| 477286 | 477286 | 109746 109746 | PubChem (substance) 2 | 8742 8742 | 1 |
| 776430 | 776430 | 109746 109746 | PubChem (substance) 2 | 209152 209152 | 2 |
| 1031562 | 1031562 | 109746 109746 | CAS Common Chemistry 3 | 8742 8742 | 1 |
| 1234457 | 1234457 | 109746 109746 | Computational Toxicology and Exposure Data 4 | 123913 123913 | 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)
);