api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 168700
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 187463 | 187463 | 168700 168700 | PubChem (compound) 1 | 31022 31022 | 1 |
| 554630 | 554630 | 168700 168700 | PubChem (substance) 2 | 31022 31022 | 1 |
| 816845 | 816845 | 168700 168700 | PubChem (substance) 2 | 161904 161904 | 2 |
| 1075358 | 1075358 | 168700 168700 | CAS Common Chemistry 3 | 31022 31022 | 1 |
| 1276789 | 1276789 | 168700 168700 | Computational Toxicology and Exposure Data 4 | 31022 31022 | 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)
);