api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 78621
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 28239 | 28239 | 78621 78621 | PubChem (compound) 1 | 91460 91460 | 1 |
| 335881 | 335881 | 78621 78621 | PubChem (substance) 2 | 91460 91460 | 1 |
| 715247 | 715247 | 78621 78621 | PubChem (substance) 2 | 259639 259639 | 2 |
| 958902 | 958902 | 78621 78621 | CAS Common Chemistry 3 | 91460 91460 | 2 |
| 1019516 | 1019516 | 78621 78621 | CAS Common Chemistry 3 | 15313 15313 | 1 |
| 1159313 | 1159313 | 78621 78621 | Computational Toxicology and Exposure Data 4 | 91460 91460 | 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)
);