api_results
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17173
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | query_id | api_id | inchi_id | rank |
|---|---|---|---|---|---|
| 37623 | 37623 | 17173 17173 | PubChem (compound) 1 | 46438 46438 | 1 |
| 349508 | 349508 | 17173 17173 | PubChem (substance) 2 | 46438 46438 | 1 |
| 715838 | 715838 | 17173 17173 | PubChem (substance) 2 | 187806 187806 | 2 |
| 965587 | 965587 | 17173 17173 | CAS Common Chemistry 3 | 46438 46438 | 1 |
| 1167357 | 1167357 | 17173 17173 | Computational Toxicology and Exposure Data 4 | 97819 97819 | 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)
);