api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 185821
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 203691 | 203691 | 185821 185821 | PubChem (compound) 1 | 144490 144490 | 1 |
| 203692 | 203692 | 185821 185821 | PubChem (compound) 1 | 54471 54471 | 2 |
| 575493 | 575493 | 185821 185821 | PubChem (substance) 2 | 144490 144490 | 1 |
| 575497 | 575497 | 185821 185821 | PubChem (substance) 2 | 54471 54471 | 2 |
| 826057 | 826057 | 185821 185821 | PubChem (substance) 2 | 174936 174936 | 3 |
| 1086410 | 1086410 | 185821 185821 | CAS Common Chemistry 3 | 54471 54471 | 1 |
| 1288098 | 1288098 | 185821 185821 | Computational Toxicology and Exposure Data 4 | 122668 122668 | 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)
);