api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 358019
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 239994 | 239994 | 358019 358019 | PubChem (compound) 1 | 94670 94670 | 1 |
| 430964 | 430964 | 358019 358019 | PubChem (substance) 2 | 55118 55118 | 2 |
| 620874 | 620874 | 358019 358019 | PubChem (substance) 2 | 94670 94670 | 1 |
| 1108850 | 1108850 | 358019 358019 | CAS Common Chemistry 3 | 30117 30117 | 1 |
| 1311956 | 1311956 | 358019 358019 | Computational Toxicology and Exposure Data 4 | 94670 94670 | 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)
);